SummaryA parameter for use in Lambda-based queries MembersMethodsConstructorsAll| bool All(IList list) | ||===== Returns ===== trueif this contains all members;falseotherwise.
Equals| bool Equals(object obj) | ||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
Exists| bool Exists() | ||===== Returns =====
GetHashCode| int GetHashCode() | ||===== Returns ===== A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
In| bool In(IList list) | ||===== Returns ===== trueif this is a member;falseotherwise.
| bool In(Object list) | ||===== Returns ===== trueif this is a member;falseotherwise.
In| bool In(IList list) | ||===== Returns ===== trueif this is a member;falseotherwise.
| bool In(Object list) | ||===== Returns ===== trueif this is a member;falseotherwise.
Matches| bool Matches(Regex regex) | ||===== Returns =====
Mod| bool Mod(int divisor, int remainder) | ||===== Returns =====
| bool Mod(long divisor, long remainder) | ||===== Returns =====
Mod| bool Mod(int divisor, int remainder) | ||===== Returns =====
| bool Mod(long divisor, long remainder) | ||===== Returns =====
Nexists| bool Nexists() | ||===== Returns =====
Nin| bool Nin(IList list) | ||===== Returns ===== trueif this is not a member;falseotherwise.
| bool Nin(Object list) | ||===== Returns ===== trueif this is not a member;falseotherwise.
Nin| bool Nin(IList list) | ||===== Returns ===== trueif this is not a member;falseotherwise.
| bool Nin(Object list) | ||===== Returns ===== trueif this is not a member;falseotherwise.
op_Equality| bool op_Equality(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the operands are equal.
| bool op_Equality(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the operands are equal.
op_Equality| bool op_Equality(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the operands are equal.
| bool op_Equality(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the operands are equal.
op_GreaterThan| bool op_GreaterThan(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is greater than the rhs
| bool op_GreaterThan(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is greater than the rhs
op_GreaterThan| bool op_GreaterThan(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is greater than the rhs
| bool op_GreaterThan(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is greater than the rhs
op_GreaterThanOrEqual| bool op_GreaterThanOrEqual(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is greater than or equal to the rhs
| bool op_GreaterThanOrEqual(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is greater than or equal to the rhs
op_GreaterThanOrEqual| bool op_GreaterThanOrEqual(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is greater than or equal to the rhs
| bool op_GreaterThanOrEqual(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is greater than or equal to the rhs
op_Inequality| bool op_Inequality(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the operands are not equal.
| bool op_Inequality(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the operands are not equal.
op_Inequality| bool op_Inequality(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the operands are not equal.
| bool op_Inequality(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the operands are not equal.
op_LessThan| bool op_LessThan(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is less than the rhs.
| bool op_LessThan(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is less than the rhs
op_LessThan| bool op_LessThan(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is less than the rhs.
| bool op_LessThan(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is less than the rhs
op_LessThanOrEqual| bool op_LessThanOrEqual(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is less than or equal to the rhs
| bool op_LessThanOrEqual(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is less than or equal to the rhs
op_LessThanOrEqual| bool op_LessThanOrEqual(DBQueryParameter lhs, object rhs) | ||===== Returns ===== trueif the lhs is less than or equal to the rhs
| bool op_LessThanOrEqual(object lhs, DBQueryParameter rhs) | ||===== Returns ===== trueif the lhs is less than or equal to the rhs
SetFieldName| DBQueryParameter SetFieldName(string name) | ||===== Returns =====
Size| bool Size(int size) | ||===== Returns =====
| bool Size(long size) | ||===== Returns =====
Size| bool Size(int size) | ||===== Returns =====
| bool Size(long size) | ||===== Returns =====
|