Click or drag to resize

DBCatalogAllowsNewElements Property

Gets a value indicating whether new elements can be created into this container. Returns true if sync source is set to Model or Mixed, false otherwise.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public bool AllowsNewElements { get; }

Property Value

Type: Boolean

Implements

ISyncableAllowsNewElements
See Also