Click or drag to resize
Functions.In Method
Overload List
  NameDescription
Public methodStatic memberIn<TEntity>(EntityQuery<TEntity>, IEnumerable<TEntity>)
Creates a predicate which is true for each entity in query which is in the list of entities specified
Public methodStatic memberIn(IEntityFieldCore, DynamicQuery)
Creates a Field IN (query) predicate
Public methodStatic memberIn(IEntityFieldCore,Object[])
Creates a Field IN (values) predicate
Public methodStatic memberIn<T>(IEnumerable<IEntityFieldCore>, IEnumerable<T>)
Creates a predicate which is true if there's an object of type T in values, which has for each property P a field in fields with the same name / alias and the value for property P is equal to the value of the field equivalent in the main query.
Top
See Also