Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查 ULDataReader 包含一行还是多行。
Visual Basic Public Overrides Readonly Property HasRows As Boolean
C# public override bool HasRows { get;}
如果结果集中至少包含一行,则为 true;如果不包含任何行,则为 false。