Class QueryableRelationValue
Used by querying to compare relation values.
Inheritance
object
QueryableRelationValue
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
Operators
operator ==(QueryableRelationValue, long)
Equals operator.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| QueryableRelationValue | obj1 | Left operand. |
| long | obj2 | Right operand. |
Returns
| Type | Description |
|---|---|
| bool | true if the operator evaluates to true, false otherwise. |
operator !=(QueryableRelationValue, long)
Not equals operator.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| QueryableRelationValue | obj1 | Left operand. |
| long | obj2 | Right operand. |
Returns
| Type | Description |
|---|---|
| bool | true if the operator evaluates to true, false otherwise. |
Extension Methods
QueryableRelationValueExtensions.In(QueryableRelationValue, IEnumerable
QueryableRelationValueExtensions.In(QueryableRelationValue, params long[])
If you have suggestions for improving this article, let us know!