'Declaration Public Overridable Property UseSchema As Boolean
public virtual bool UseSchema {get; set;}
'Declaration Public Overridable Property UseSchema As Boolean
public virtual bool UseSchema {get; set;}
If true, data source object names in the generated CUD statements will contain the schema identifier.
schema is a first-level data container.
For example, if this property is true, the generated INSERT statement will look like the following:
INSERT INTO myschema.mytable ...
And if this property is false, the generated INSERT statement will look like the following:
INSERT INTO mytable ...
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