SqlPipe.IsSendingResults Property

Definition

Gets a value that indicates whether the SqlPipe is in the mode of sending single result sets back to the client. This property is read-only.

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

Property Value

true if the SendResultsStart(SqlDataRecord) method has been called and the SqlPipe is in the mode of sending single result sets back to the client; otherwise false.

Applies to