The TableAttribute type exposes the following members.

Constructors

  NameDescription
TableAttributeOverloaded.

Properties

  NameDescription
CascadeDeletes
Gets or sets a value indicating whether delete operations cascade by default.
IdColumnName
Gets or sets the name of the Id column in the underlying table.
IdentityMethod
Gets or sets the IdentityMethod used to generate identity values for new instances of the target type. If nothing is specified, then the default IdentityMethod defined on the current LightSpeedContext is used.
Name
Gets the target table name.
Schema
Gets or sets the schema name for this table.

See Also