IDataSourceDesigner.CanRefreshSchema Property

Definition

Gets a value that indicates whether the RefreshSchema(Boolean) method can be called.

public:
 property bool CanRefreshSchema { bool get(); };
public bool CanRefreshSchema { get; }
member this.CanRefreshSchema : bool
Public ReadOnly Property CanRefreshSchema As Boolean

Property Value

true if the underlying data source can refresh its schema; otherwise, false.

Applies to

See also