DbCommandBuilder.CatalogLocation Eigenschap

Definitie

Hiermee haalt u een CatalogLocation exemplaar van de klasse op of stelt u deze DbCommandBuilder in.

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

Waarde van eigenschap

Een CatalogLocation-object.

Van toepassing op

Zie ook