GetDataObject method

Returns the first matching object for the given Criterions and Relationships.

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

Syntax

public ObjectType GetDataObject(int dataID)
public ObjectType GetDataObject(ICriterion criterion)
public ObjectType GetDataObject(ICriterion criterion, Relationship relationship)
public ObjectType GetDataObject(ICriterion[] criterion)
public ObjectType GetDataObject(ICriterion[] criterion, Relationship[] relationships)