This documentation is archived and is not being maintained.

SqlPipe Methods

The SqlPipe type exposes the following members.

  NameDescription
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExecuteAndSend Executes the command passed as a parameter and sends the results to the client.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Send(SqlDataReader) Sends a multirow result set directly to the client or current output consumer.
Public method Send(SqlDataRecord) Sends a single-row result set directly to the client or current output consumer.
Public method Send(String) Sends a string message directly to the client or current output consumer.
Public method SendResultsEnd Marks the end of a result set, and returns the SqlPipe instance back to the initial state.
Public method SendResultsRow Sends a single row of data back to the client.
Public method SendResultsStart Marks the beginning of a result set to be sent back to the client, and uses the record parameter to construct the metadata that describes the result set.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: