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