Click or drag to resize

ObjectQueryTObjectReadCount Method

Executes the query and returns the result records count.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract int ReadCount()

Return Value

Type: Int32
The number of records returned by the query
See Also