Knight Data Access Layer
AutoMap Class Properties


KellermanSoftware.NetDataAccessLayer Namespace : AutoMap Class

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

Public Properties
 NameDescription
Public Property Default primary key in the database. For an exact match with a class and database table, set to string.empty The default is TableNameId  
Public Property Specify the default schema or owner when using automatic mapping. Example: [MyDatabase].[dbo].  
Public Property The default string length when doing a CreateTableFromClass. The default is 50.  
Public Property If true, properties such as CreateDate, UpdateDate, CreateUser will be automatically filled in before saving The default is true  
Public Property A list of the names maintenance fields that will be filled in automatically such as CreateDate, UpdateDate, CreateUser  
Public Property A list of mapped tables.  
Public Property A map of types to database tables  
Public Property If true, make the table names plural. The default is True  
Public Property If true, defaults will be set in the object before it is sent to the database. The default is true  
Top
See Also

Reference

AutoMap Class
KellermanSoftware.NetDataAccessLayer Namespace