Knight Data Access Layer
Table Class Members
Properties  Methods 


KellermanSoftware.NetDataAccessLayer Namespace : Table Class

The following tables list the members exposed by Table.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
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
Public Methods
 NameDescription
Public Method The name of the table prefixed by schema  
Public Method Clear the primary key. Used internally and by Easy Database Creator  
Public Method Get a comma separated list of the fields  
Top
See Also

Reference

Table Class
KellermanSoftware.NetDataAccessLayer Namespace