Click or drag to resize

TableMetadata Class

Contains meta data information about one storage table
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessTableMetadata

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class TableMetadata

The TableMetadata type exposes the following members.

Constructors
  NameDescription
Public methodTableMetadata
Initializes a new instance of the TableMetadata class.
Top
Properties
  NameDescription
Public propertyColumns
Metadata information for the columns in the table
Public propertyOwnershipTableName
Gets the ownership table.
Public propertyTableName
The table name
Top
Methods
See Also