Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Not supported in SQL Server Compact.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Property CatalogSeparator As String
Get
Set
'Usage
Dim instance As SqlCeCommandBuilder
Dim value As String
value = instance.CatalogSeparator
instance.CatalogSeparator = value
public override string CatalogSeparator { get; set; }
public:
virtual property String^ CatalogSeparator {
String^ get () override;
void set (String^ value) override;
}
abstract CatalogSeparator : string with get, set
override CatalogSeparator : string with get, set
override function get CatalogSeparator () : String
override function set CatalogSeparator (value : String)
Property Value
Type: System.String