Sdílet prostřednictvím


SqlDataSourceDesigner.CanRefreshSchema Vlastnost

Definice

Získá hodnotu označující, zda lze metodu RefreshSchema(Boolean) volat hostitele návrhu.

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

Hodnota vlastnosti

true ConnectionString pokud vlastnosti a SelectCommand nejsou prázdné, jinak false.

Platí pro

Viz také