Click or drag to resize
DBSchemaElementNameContainerSchemaSyncSourceType Property
Gets or sets the sync source the schema uses. This affects the way the UI will allow the user to select/specify tables from the DB or not and whether tables are obtained from the DB at all or not: if it's set to Model or Mixed, no tables are obtained from the db.

Namespace: SD.LLBLGen.Pro.DBDriverCore
Assembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public SyncSourceType SchemaSyncSourceType { get; set; }

Property Value

Type: SyncSourceType
See Also