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.9.0.0 (5.9.0)
Syntax
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