
2006年03月28日 17:26:11
OracleDataReader.HasRows 属性 [Visual Basic](NET)
|
OracleDataReader.HasRows 属性 [Visual Basic]注意:此命名空间、类或成员仅在 .NET Framework 1.1 版中受支持。获取一个值,该值指示 OracleDataReader 是否包含一行或多行。[Visual Basic] Public ReadOnly Property HasRows As Boolean [C#] public bool HasRows {get;} [C++] public: __property bool get_HasRows(); [JScript] public function get HasRows() : Boolean; 属性值如果 OracleDataReader 包含一行或多行,则为 true;否则为 false。要求平台: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 系列 |
一共有 0 条评论