DB2®CommandBuilder.SchemaSeparator Property
Gets the string representing a schema separator for this DB2CommandBuilder instance.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Overrides Property SchemaSeparator As String
[C#]
public override string SchemaSeparator { get; set; }
[C++]
public:
virtual property String^ SchemaSeparator {
String^ get () override;
void set (String^ value) override;
}
[JScript]
public override function get SchemaSeparator () : String
public override function set SchemaSeparator (value : String)
Property value
The string value for the SchemaSeparator property is always ".".
Exceptions
| Exception type | Condition |
|---|---|
| System.NotSupportedException | An attempt is made to set the SchemaSeparator property. |