Creates a LINQ query using the specified space proxy.

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 )

- T
- The query's type

- spaceProxy (IReadOnlySpaceProxy)
- The space proxy which will be used to execute the query

A LINQ query.