DbCommandBuilder.CatalogLocation Eigenschaft

Definition

Ruft die CatalogLocation für eine Instanz der DbCommandBuilder-Klasse ab oder legt sie fest.

public:
 virtual property System::Data::Common::CatalogLocation CatalogLocation { System::Data::Common::CatalogLocation get(); void set(System::Data::Common::CatalogLocation value); };
public virtual System.Data.Common.CatalogLocation CatalogLocation { get; set; }
member this.CatalogLocation : System.Data.Common.CatalogLocation with get, set
Public Overridable Property CatalogLocation As CatalogLocation

Eigenschaftswert

CatalogLocation

Ein CatalogLocation-Objekt.

Gilt für

Siehe auch