IRelationCollectionAddFromClauseDirectives Method |
Adds the from clause directives specified to this collection
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxvoid AddFromClauseDirectives(
IEnumerable<FromClauseElementDirective> toAdd
)
Sub AddFromClauseDirectives (
toAdd As IEnumerable(Of FromClauseElementDirective)
)
Parameters
- toAdd
- Type: System.Collections.GenericIEnumerableFromClauseElementDirective
To add.
See Also