SqlDataSourceDesigner.CanRefreshSchema Proprietà

Definizione

Ottiene un valore che indica se il metodo RefreshSchema(Boolean) può essere chiamato dall'host di progettazione.

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

Valore della proprietà

Boolean

true se le proprietà ConnectionString e SelectCommand non sono vuote; in caso contrario false.

Si applica a

Vedi anche