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.8.0.0 (5.8.21.0208)
Syntaxpublic SyncSourceType SchemaSyncSourceType { get; set; }Public Property SchemaSyncSourceType As SyncSourceType
	Get
	Set
Property Value
Type: 
SyncSourceType
See Also