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

返回

Boolean

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

注解

从 SqlPage 类继承时,必须重写 IsPageInputValid 方法。

适用于