Click or drag to resize

DataSourceMetadataProviderGetTableMetadataOrDefault Method

Returns metadata about the specified table.

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

Implements

IMetadataProviderGetTableMetadataOrDefault(String)
Exceptions
ExceptionCondition
NotImplementedException
See Also