Interface ICanHandleUsedRelations
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Defines a contract for handling used relations and determining support for one-to-one relations.
public interface ICanHandleUsedRelations
Methods
SetUsedRelations(ReadOnlyCollection<string>)
Sets the collection of used relations.
void SetUsedRelations(ReadOnlyCollection<string> relations)
Parameters
relationsReadOnlyCollection<string>A read-only collection of relation names used in a report.
SupportedAs1To1Relation(string)
Determines whether the specified relation name is supported as a one-to-one relation.
bool SupportedAs1To1Relation(string relationName)
Parameters
relationNamestringThe name of the relation to evaluate.
Returns
- bool
trueif the relation is supported as a one-to-one relation; otherwise,false.