SqlPage.IsPageInputValid 方法

定义

指定页面输入是否有效。

protected:
 virtual bool IsPageInputValid();
protected virtual bool IsPageInputValid();
abstract member IsPageInputValid : unit -> bool
override this.IsPageInputValid : unit -> bool
Protected Overridable Function IsPageInputValid () As Boolean

返回

true如果页面输入有效;否则,。 false

注解

当你继承自 SqlPage 类时,必须覆盖 IsPageInputValid 方法。

适用于