Knight Data Access Layer
Field Class Properties


KellermanSoftware.NetDataAccessLayer Namespace : Field Class

For a list of all members of this type, see Field members.

Public Properties
 NameDescription
Public Property If true, this column allows null  
Public Property The caption from the database or from the attribute  
Public Property The name of the column in the database  
Public Property If not null, this is a composition property  
Public Property The generic database type  
Public Property The default value as set by the attribute  
Public Property The .NET Type  
Public Property The action taken when a user tries to delete a key to which existing foreign keys point  
Public Property The parent table for the foreign key  
Public Property The action taken when a user tries to update a key to which existing foreign keys point  
Public Property If true, this column is part of a composite key  
Public Property Gets a value indicating whether this column part of an index  
Public Property Returns true if the property is of type string and there is a column attribute without a length defined  
Public Property If true, this column has been automatically mapped to a maintenance field  
Public Property If true, this column is the primary key  
Public Property If true, this column is read only  
Public Property How the primary key is set  
Public Property The maximum length of varchar, char, etc  
Public Property The PropertyInfo for a class property that matches the column in the database  
Public Property The raw provider data type from the database  
Public Property The sequence associated with the primary key  
Public Property The table that the field belongs to  
Public Property If true, this column must be unique  
Top
See Also

Reference

Field Class
KellermanSoftware.NetDataAccessLayer Namespace