Click or drag to resize

DataSourceCommandTypeDeleteRow Field

Deletes one row with the specified Id from the table with the specified TableName.

For more information, see CreateDeleteRowCommand(String, Guid, String).

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public const DataSourceCommandType DeleteRow = 3

Field Value

Type: DataSourceCommandType
See Also