IDataBindingSchemaProvider.CanRefreshSchema Propriedade
Definição
Obtém um valor indicando se o provedor pode atualizar o esquema.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
Valor da propriedade
true, se o esquema puder ser atualizado; caso contrário, false .true, if the schema can be refreshed; otherwise, false.