DataSourceCommandCreateGetTableMetadataCommand Method |
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static DataSourceCommand CreateGetTableMetadataCommand(
string tableName,
string transactionName = ""
)
Public Shared Function CreateGetTableMetadataCommand (
tableName As String,
Optional transactionName As String = ""
) As DataSourceCommand
public:
static DataSourceCommand^ CreateGetTableMetadataCommand(
String^ tableName,
String^ transactionName = L""
)
static member CreateGetTableMetadataCommand :
tableName : string *
?transactionName : string
(* Defaults:
let _transactionName = defaultArg transactionName ""
*)
-> DataSourceCommand
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