1. Stylelabs.M.Base.Querying.Linq

Class QueryableIdExtensions

Extension method for QueryableId.

Inheritance

object

QueryableIdExtensions

Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq

Assembly: Stylelabs.M.Sdk.dll

Syntax

public static class QueryableIdExtensions

Methods

In(QueryableId, IEnumerable)

The id of an entity must be at least one of the specified values.

Declaration

public static bool In(this QueryableId value, IEnumerable<long> values)

Parameters

TypeNameDescription
QueryableIdvalueThe value.
IEnumerable<>longvaluesThe values to filter on.

Returns

TypeDescription
booltrue 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

public static bool In(this QueryableId value, params long[] values)

Parameters

TypeNameDescription
QueryableIdvalueThe value.
longvaluesThe values to filter on.

Returns

TypeDescription
booltrue if the value is include in the collection, false otherwise.
If you have suggestions for improving this article, let us know!