Click or drag to resize

BufferMetadataProviderGetTableMetadataOrDefault Method

Returns meta-data about the specified table. Throws exception when the table is not found.

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

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: TableMetadata
The meta-data about the table.

Implements

IMetadataProviderGetTableMetadataOrDefault(String)
See Also