DataReader.IsComplete Property

Definition

Gets a value that describes if the reader is complete or not.

public:
 property bool IsComplete { bool get(); };
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean

Property Value

true if the reader is complete; otherwise false. The default is false.

Applies to