See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

StatementCacheSize Property

Devart.Data.Oracle Namespace > OracleConnectionStringBuilder Class : StatementCacheSize Property

Gets or sets the maximum number of statements that can be cached for a connection.

[Visual Basic]
Public Property StatementCacheSize As Integer
[C#]
public int StatementCacheSize {get; set;}

Return Type

The maximum number of statements that can be cached for a connection. Default value is 0 (statement caching is disabled).

Remarks

Statement caching starts if this parameter is set to a value more than 0. It should not be more than MAX_OPEN_CURSORS parameter in an Oracle database.

See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.