Click or drag to resize

IMetadataProviderGetTableMetadataOrDefault Method

Returns meta-data about the specified table. Returns null if the meta-data is not found.

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

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: TableMetadata
The meta-data about the table or null if the meta-data is not found.
See Also