Click or drag to resize
EntityFieldsCoreTFieldCreateShallowClone Method
Creates a shallow copy of this instance, which means that a new object is created but all membervariables are kept the same.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual EntityFieldsCore<TField> CreateShallowClone()

Return Value

Type: EntityFieldsCoreTField
Shallow copy of this instance
See Also