DomainObjects Class Library

DeleteByCriteria.Top Property

Gets or sets the maximum number of rows that will be deleted by this command.

public UInt32 Top {get; set;}

Property Value

The maximum number of rows that will deleted by this command.

Example

See the unit test DeleteByCriteriaTests.ExecuteDeleteWithTop()

See Also

DeleteByCriteria Class | DomainObjects.Facade.Command Namespace