DataAccessObjectQueryTObjectReadCount 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
Syntaxpublic override int ReadCount()
Public Overrides Function ReadCount As Integer
public:
virtual int ReadCount() override
abstract ReadCount : unit -> int
override ReadCount : unit -> int
Return Value
Type:
Int32The number of records returned by the query
See Also