Knight Data Access Layer
Table Class Properties


KellermanSoftware.NetDataAccessLayer Namespace : Table Class

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

Public Properties
 NameDescription
Public Property The name of the class  
Public Property The type of the class  
Public Property Get a list of the composite keys for the table  
Public Property Map to the CreateDate property of the class  
Public Property Map to the CreateUser property of the class  
Public Property Used internally on database creation to determine which tables to create fist  
Public Property List of the fields in the table  
Public Property If true this table uses a composite key  
Public Property If true this table is ignored in mapping.  
Public Property A list of indexes associated with the table  
Public Property Map to the IsDeleted property of the class  
Public Property Map to the IsDirty property of the class  
Public Property Map to the IsNew property of the class  
Public Property Map to the MachineName property of the class  
Public Property If true the mapping came from the database. If false, it was generated from a class type  
Public Property Plural Table Name  
Public Property The primary key field  
Public Property The schema and/or owner for the table  
Public Property Singular Table Name  
Public Property The name of the table  
Public Property Map to the UpdateDate property of the class  
Public Property Map to the UpdateUser property of the class  
Top
See Also

Reference

Table Class
KellermanSoftware.NetDataAccessLayer Namespace