Class QueryableRelationValueExtensions

Extension methods for QueryableRelationValue.

Inheritance
object
QueryableRelationValueExtensions
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public static class QueryableRelationValueExtensions

Methods

In(QueryableRelationValue, IEnumerable<long>)

The value of the relation must be at least one of the specified values.

Declaration
RequestResponse
public static bool In(this QueryableRelationValue value, IEnumerable<long> values)
Parameters
TypeNameDescription
QueryableRelationValuevalue

The value.

IEnumerable<>longvalues

The values to filter on.

Returns
TypeDescription
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
RequestResponse
public static bool In(this QueryableRelationValue value, params long[] values)
Parameters
TypeNameDescription
QueryableRelationValuevalue

The value.

longvalues

The values to filter on.

Returns
TypeDescription
bool

true if the value is included in the collection, false otherwise.

Do you have some feedback for us?

If you have suggestions for improving this article,