TableDefinitionBase Methods
The TableDefinitionBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddBoolField |
Adds a boolean field.
|
|
AddDateField |
Adds the date field.
|
|
AddDecimalField |
Adds a double field.
|
|
AddFieldToPrimaryKey |
Adds the field to primary key.
|
|
AddIntegerField |
Adds an integer (whole number) field.
|
|
AddStringField |
Adds a string field.
|
|
CanDeleteTable |
Determines whether this instance [can delete table] the specified lookup definition.
|
|
CopyDataTo |
Copies the data to.
|
|
FillOutObject |
Fills the out object.
|
|
GetChunk |
Gets the chunk.
|
|
GetEntity |
Gets the entity.
|
|
GetIdentityField |
Gets the identity field.
|
|
GetJoinCollection<(Of <<'(TChildEntity>)>>) |
Gets the join collection.
|
|
GetJoinParentObject<(Of <<'(TChildEntity>)>>) |
Gets the join parent object.
|
|
HasDescription |
Sets the table description.
|
|
HasLookupDefinition |
Sets this table's default lookup definition.
|
|
HasRecordDescription |
Sets the description to describe an individual record name.
|
|
HasTableName |
Sets the name of the table.
|
|
IsIdentity |
Determines whether this instance is identity.
|
|
SetHeaderEntity<(Of <<'(THeaderEntity>)>>) |
Sets the header entity.
|
|
ToString |
Returns a String that represents this instance.
|
|
ValidateAutoFillValue |
Validates the automatic fill value.
|