Click or drag to resize

DataSourceCommandCreateGetTableMetadataCommand Method

Returns new DataSourceCommand which gets the table meta-data.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static DataSourceCommand CreateGetTableMetadataCommand(
	string tableName,
	string transactionName = ""
)

Parameters

tableName
Type: SystemString
Name of the table.
transactionName (Optional)
Type: SystemString
Name of the transaction.

Return Value

Type: DataSourceCommand
The newly created DataSourceCommand.
See Also