Click or drag to resize

DataSourceCommandCreateUpdateCommand Method

Creates an update command.

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

Parameters

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

Return Value

Type: DataSourceCommand
See Also