Click or drag to resize

DataSourceCommandCreateQueryCommand Method

Creates a query command.

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

Parameters

query
Type: Aloe.SystemFrameworks.Domain.DataAccessDataAccessQuery
The query.
transactionName (Optional)
Type: SystemString
Name of the transaction.

Return Value

Type: DataSourceCommand
The query command.
See Also