Name | Description | |
---|---|---|
![]() | DefaultPrimaryKeyName | Default primary key in the database. For an exact match with a class and database table, set to string.empty The default is TableNameId |
![]() | DefaultSchema | Specify the default schema or owner when using automatic mapping. Example: [MyDatabase].[dbo]. |
![]() | DefaultStringLength | The default string length when doing a CreateTableFromClass. The default is 50. |
![]() | FillInMaintenanceFields | If true, properties such as CreateDate, UpdateDate, CreateUser will be automatically filled in before saving The default is true |
![]() | MaintenanceFields | A list of the names maintenance fields that will be filled in automatically such as CreateDate, UpdateDate, CreateUser |
![]() | MappedTables | A list of mapped tables. |
![]() | ObjectMap | A map of types to database tables |
![]() | PluralTableNames | If true, make the table names plural. The default is True |
![]() | SetDefaults | If true, defaults will be set in the object before it is sent to the database. The default is true |