GetDataObjectsDictionary method

Returns a Dictionary of objects for the given Criterions, Relationships and LimitStatement with the object types primary key as the Dictionary key.

Namespace: ReFlex.Data namespace
Assembly: ReFlex.Data.dll

Syntax

public Dictionary<int, ObjectType> GetDataObjectsDictionary(ICriterion[] criterion, Ordering ordering)
public Dictionary<int, ObjectType> GetDataObjectsDictionary(ICriterion[] criterion, Ordering ordering, Relationship[] relationships)
public Dictionary<int, ObjectType> GetDataObjectsDictionary(ICriterion[] criterion, Ordering ordering, Relationship[] relationships, LimitStatement limitStatement)