OracleCommandBuilder::CatalogSeparator Property
.NET Framework (current version)
Sets or gets a string used as the catalog separator for an instance of the DbCommandBuilder class.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: [BrowsableAttribute(false)] property String^ CatalogSeparator { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^A string indicating the catalog separator for use with an instance of the DbCommandBuilder class.
.NET Framework
Available since 2.0
Available since 2.0
Show: