DomainObjects Class Library

UpdateByCriteria.Top Property

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

public UInt32 Top {get; set;}

Property Value

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

Example

See the unit test UpdateByCriteriaTests.ExecuteUpdateWithTop()

See Also

UpdateByCriteria Class | DomainObjects.Facade.Command Namespace