Constructor QueryParameter
QueryParameter()
Initializes a new instance of the QueryParameter<T> class.
public QueryParameter()
QueryParameter(Expression<Func<T, bool>>)
Initializes a new instance of the QueryParameter<T> class with the specified where expression.
public QueryParameter(Expression<Func<T, bool>> where)
Parameters
where
Expression<Func<T, bool>>The where expression.
QueryParameter(PrimaryKeys<T>)
Initializes a new instance of the QueryParameter<T> class with the specified primary keys.
public QueryParameter(PrimaryKeys<T> keys)
Parameters
keys
PrimaryKeys<T>The primary keys.