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

ObjectDataReader<(Of <(<'TObject>)>)>..::..IsClosed Property

Gets a value indicating whether the DbDataReader is closed.

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

Syntax


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

Field Value

true if this instance is closed; otherwise, false.