DB2®CommandBuilder.CatalogSeparator Property

Gets the string representing a catalog separator for this DB2CommandBuilder instance.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Overrides Property CatalogSeparator As String
[C#]
public override string CatalogSeparator { get; set; }
[C++]
public:
virtual property String^ CatalogSeparator {
   String^ get () override;
   void set (String^ value) override;
}
[JScript]
public override function get CatalogSeparator () : String
public override function set CatalogSeparator (value : String)

Property value

The string value for the CatalogSeparator property is ".". For Informix®, the string value is ":".

Exceptions

Exception type Condition
System.NotSupportedException An attempt is made to set the CatalogSeparator property.