Initializes this Query with the arguments.
Declaring type: InterLinqQuery<T>
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public InterLinqQuery (
        IQueryProvider provider
) 
Parameters
provider
Collapse/Expand Remarks
This constructor creates a System.Linq.Expressions.ConstantExpression. The arguments will be checked. These exceptions will be thrown... ... when "provider" is null: System.ArgumentNullException