EntityDataSourceDesigner.CanRefreshSchema 属性

定义

获取一个值,该值指示 RefreshSchema(Boolean) 方法是否可被设计宿主调用。Gets a value that indicates 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

属性值

Boolean

如果可以调用 RefreshSchema(Boolean) 方法,则为 true;否则为 falsetrue if the RefreshSchema(Boolean) method can be called; otherwise, false.

适用于