Knight Data Access Layer
Field Class Members
Properties  Methods 


KellermanSoftware.NetDataAccessLayer Namespace : Field Class

The following tables list the members exposed by Field.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
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
Public Methods
 NameDescription
Public Method JSON.NET cannot handle circular references. This is used instead of the JSON.NET attribute  
Public Method JSON.NET cannot handle circular references. This is used instead of the JSON.NET attribute  
Top
See Also

Reference

Field Class
KellermanSoftware.NetDataAccessLayer Namespace