SqlDataSourceDesigner.CanRefreshSchema Propriedade

Definição

Obtém um valor que indica se o método RefreshSchema(Boolean) pode ser chamado pelo host de design.Gets a value indicating whether the RefreshSchema(Boolean) method can be called by the design host.

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

Valor da propriedade

Boolean

true Se as ConnectionString SelectCommand Propriedades e não estiverem vazias; caso contrário, false .true if the ConnectionString and SelectCommand properties are not empty; otherwise false.

Aplica-se a

Confira também