Click or drag to resize

TableMetadata Constructor

Initializes a new instance of the TableMetadata class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public TableMetadata(
	string tableName,
	IList<ColumnMetadata> columns = null,
	string ownershipTable = null
)

Parameters

tableName
Type: SystemString
Name of the table.
columns (Optional)
Type: System.Collections.GenericIListColumnMetadata
The columns.
ownershipTable (Optional)
Type: SystemString
The ownership table.
See Also