| ORMClassExtensionsCloneWithoutFirst Method  | 
 
            Clones the relationcollection without the first relation.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
 Syntax
Syntax Remarks
RemarksUsed in situations where a set of relations have to be added to a relationcollection but not the correlation relation (which is the first one).
            if there are more than one relations in the passed in collection, all are returned.
 See Also
See Also