Click or drag to resize

DataSourceCommandCreateDeleteRowCommand Method

Creates a delete row command.

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

Parameters

tableName
Type: SystemString
Name of the table.
id
Type: SystemGuid
The identifier.
transactionName (Optional)
Type: SystemString
Name of the transaction.

Return Value

Type: DataSourceCommand
The delete row command.
See Also