SqlCommandBuilder.CatalogLocation Property

Definition

Sets or gets the CatalogLocation for an instance of the SqlCommandBuilder class.

[System.ComponentModel.Browsable(false)]
public override System.Data.Common.CatalogLocation CatalogLocation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CatalogLocation : System.Data.Common.CatalogLocation with get, set
Public Overrides Property CatalogLocation As CatalogLocation

Property Value

CatalogLocation

A CatalogLocation object.

Attributes

Applies to