Returns an System.Linq.IQueryable.
Declaring type: IQueryHandler
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract IQueryable Get (
        Type type
) 
Parameters
type
Type of the returned System.Linq.IQueryable.
Return Value