Name | Description | |
---|---|---|
Table Constructor | Overloaded. |
The following tables list the members exposed by Table.
Name | Description | |
---|---|---|
Table Constructor | Overloaded. |
Name | Description | |
---|---|---|
ClassName | The name of the class | |
ClassType | The type of the class | |
CompositeKeys | Get a list of the composite keys for the table | |
CreateDate | Map to the CreateDate property of the class | |
CreateUser | Map to the CreateUser property of the class | |
DependencyOrder | Used internally on database creation to determine which tables to create fist | |
Fields | List of the fields in the table | |
HasCompositeKeys | If true this table uses a composite key | |
Ignore | If true this table is ignored in mapping. | |
Indexes | A list of indexes associated with the table | |
IsDeleted | Map to the IsDeleted property of the class | |
IsDirty | Map to the IsDirty property of the class | |
IsNew | Map to the IsNew property of the class | |
MachineName | Map to the MachineName property of the class | |
MappingFromDatabase | If true the mapping came from the database. If false, it was generated from a class type | |
Plural | Plural Table Name | |
PrimaryKey | The primary key field | |
Schema | The schema and/or owner for the table | |
Singular | Singular Table Name | |
TableName | The name of the table | |
UpdateDate | Map to the UpdateDate property of the class | |
UpdateUser | Map to the UpdateUser property of the class |
Name | Description | |
---|---|---|
GetFullTableName | The name of the table prefixed by schema | |
ResetPrimaryKey | Clear the primary key. Used internally and by Easy Database Creator | |
SelectFields | Get a comma separated list of the fields |