Platform Core .NET Assemblies API
EntitySchema Constructor(EntitySchema,Boolean)
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchema Class > EntitySchema Constructor : EntitySchema Constructor(EntitySchema,Boolean)
source
Schema whose clone is being created.
isShallowClone
Indication of completeness of schema cloning. If isShallowClone is true, the source schema columns will not be copied to the EntitySchema instance that is being created. If isShallowClone is false, the deep clone of source is created.

Glossary Item Box

Initializes a new EntitySchema instance that is either a deep or shallow clone of the specified source schema depending on the isShallowClone value.

Syntax

 
C#
 
 

Parameters

source
Schema whose clone is being created.
isShallowClone
Indication of completeness of schema cloning. If isShallowClone is true, the source schema columns will not be copied to the EntitySchema instance that is being created. If isShallowClone is false, the deep clone of source is created.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.