SqlCommandBuilder.CatalogSeparator Właściwość

Definicja

Pobiera lub ustawia ciąg używany jako separator wykazu dla wystąpienia SqlCommandBuilder klasy.

public:
 virtual property System::String ^ CatalogSeparator { System::String ^ get(); void set(System::String ^ value); };
public override string CatalogSeparator { get; set; }
[System.ComponentModel.Browsable(false)]
public override string CatalogSeparator { get; set; }
member this.CatalogSeparator : string with get, set
[<System.ComponentModel.Browsable(false)>]
member this.CatalogSeparator : string with get, set
Public Overrides Property CatalogSeparator As String

Wartość właściwości

Ciąg wskazujący separator wykazu do użycia z wystąpieniem SqlCommandBuilder klasy.

Atrybuty

Dotyczy

Zobacz też