EldorADO.NET Class Library

ObjectContext.GetCount Method (Type)

[This is preliminary documentation and subject to change.]

Return the number of rows that would be returned by the equivalent Fill method.

[Visual Basic]
Overloads Public Function GetCount( _
   ByVal type As Type _
) As Long
[C#]
public long GetCount(
   Type type
);

Parameters

type
The type to base the query on.

Return Value

The row count corresponding to the query.

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace | ObjectContext.GetCount Overload List