Knight Data Access Layer
IAutoMap Interface Properties

KellermanSoftware.NetDataAccessLayer Namespace : IAutoMap Interface

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

Public Properties
 NameDescription
 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  
 Property Specify the default schema or owner when using automatic mapping. Example: [MyDatabase].[dbo].  
 Property The default string length when doing a CreateTableFromClass. The default is 50.  
 Property If true, properties such as CreateDate, UpdateDate, CreateUser will be automatically filled in before saving The default is true  
 Property A list of the names maintenance fields that will be filled in automatically such as CreateDate, UpdateDate, CreateUser  
 Property A list of mapped tables.  
 Property A map of types to database tables  
 Property If true, make the table names plural  
 Property If true, defaults will be set in the object before it is sent to the database. The default is false  
Top
See Also

Reference

IAutoMap Interface
KellermanSoftware.NetDataAccessLayer Namespace