Interface IQueryResult
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IQueryResult : IDisposable, IList, ICollection, IEnumerable
Properties
Context
OutParameter
Declaration
IDictionary OutParameter { get; }
Property Value
System.
|
RootType
Declaration
Type RootType { get; }
Property Value
System.
|
Methods
GetEnumerator()
GetTotalCount()
Declaration
int GetTotalCount()
Returns
System.
|
Prefetch(Int32)
Declaration
[Obsolete("The Prefetch method has been moved to the IQuery interface.")]
IQueryResult Prefetch(int count)
Parameters
System.
|
Returns
ToList()
Declaration
ArrayList ToList()
Returns
System.
|