IPrefetchPathElementCoreAddFromClauseDirectivesToRelationCollection Method |
Adds the contained from clause directives (hints/temporal table predicates) to the relation collection specified
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
void AddFromClauseDirectivesToRelationCollection(
IRelationCollection toAddTo
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Sub AddFromClauseDirectivesToRelationCollection (
toAddTo As IRelationCollection
)
Parameters
- toAddTo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relation collection to add the contained from clause directives
See Also