Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DictionaryDataReader..::..HasRows Property

Gets a value that indicates whether this DbDataReader contains one or more rows.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool HasRows { get; }
Public ReadOnly Property HasRows As Boolean
	Get
public:
property bool^ HasRows {
	bool^ get ();
}

Field Value

true if this instance has rows; otherwise, false.