EntityFields2ShallowClone Method |
Creates a shallow copy of this instance, which means that a new EntityFields2 object is created but all membervariables are kept the same.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public virtual EntityFields2 ShallowClone()
Public Overridable Function ShallowClone As EntityFields2
Return Value
Type:
EntityFields2Shallow copy of this instance
Implements
IEntityFields2ShallowCloneSee Also