Creates a LINQ query using the specified space proxy.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public static IQueryable<T> Query<T>( this IReadOnlySpaceProxy spaceProxy )
<ExtensionAttribute> _ Public Shared Function Query(Of T) ( _ spaceProxy As IReadOnlySpaceProxy _ ) As IQueryable(Of T)
[ExtensionAttribute] public: generic<typename T> static IQueryable<T>^ Query( IReadOnlySpaceProxy^ spaceProxy )
Generic Template Parameters
- T
- The query's type
Parameters
- spaceProxy (IReadOnlySpaceProxy)
- The space proxy which will be used to execute the query
Return Value
A LINQ query.