Class QueryableRelationValueExtensions
Extension methods for QueryableRelationValue.
Inheritance
object
QueryableRelationValueExtensions
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
In(QueryableRelationValue, IEnumerable)
The value of the relation must be at least one of the specified values.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| QueryableRelationValue | value | The value. |
| IEnumerable<>long | values | The values to filter on. |
Returns
| Type | Description |
|---|---|
| bool | true if the value is included in the collection, false otherwise. |
In(QueryableRelationValue, params long[])
The value of the relation must be at least one of the specified values.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| QueryableRelationValue | value | The value. |
| long | values | The values to filter on. |
Returns
| Type | Description |
|---|---|
| bool | true if the value is included in the collection, false otherwise. |
If you have suggestions for improving this article, let us know!