Click or drag to resize

DataSourceCommandCreateCallRemoteMethodCommand Method

Creates a call remote method command. The AdditionalData property contains the method name and the arguments as a comma separated list.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static DataSourceCommand CreateCallRemoteMethodCommand(
	string transactionName,
	string tableName,
	string methodName,
	params string[] args
)

Parameters

transactionName
Type: SystemString
Name of the transaction.
tableName
Type: SystemString
Name of the table.
methodName
Type: SystemString
Name of the method.
args
Type: SystemString
The arguments.

Return Value

Type: DataSourceCommand
See Also