RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinitionBase Methods

The TableDefinitionBase type exposes the following members.

Methods


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