SqlDataReader.HasRows Propriedade
Definição
Obtém um valor que indica se o SqlDataReader contém uma ou mais linhas.Gets a value that indicates whether the SqlDataReader contains one or more rows.
public:
virtual property bool HasRows { bool get(); };
public:
property bool HasRows { bool get(); };
public override bool HasRows { get; }
public bool HasRows { get; }
member this.HasRows : bool
Public Overrides ReadOnly Property HasRows As Boolean
Public ReadOnly Property HasRows As Boolean
Valor da propriedade
true se o SqlDataReader contiver uma ou mais linhas; caso contrário, false.true if the SqlDataReader contains one or more rows; otherwise false.