Pipelining

This property enables asynchronous execution on the database server side.

Declaration

// C#
public static bool Pipelining { get; set; }

Property Type

System.Boolean

Description

Default is false.

To enable pipelining, that is, database server asynchronous execution; set this property to true, and enable asynchronous ODP.NET, that is, client side asynchronous execution as well. Pipelining can only be enabled if async ODP.NET is enabled.