EntitySchema (EntitySchema,Boolean) - конструктор Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс > EntitySchema : EntitySchema (EntitySchema,Boolean) C#
- 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 isfalse
, the deep clone of source is created.
Glossary Item Box
public EntitySchema( EntitySchema source, bool isShallowClone )
Параметры
- 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 isfalse
, the deep clone of source is created.