Bearbeiten

IDataBindingSchemaProvider.CanRefreshSchema Property

Definition

Gets a value indicating whether the provider can refresh the schema.

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 schema can be refreshed; otherwise, false.

Applies to

See also