| 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;}The maximum number of statements that can be cached for a connection. Default value is 0 (statement caching is disabled).
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.
OracleConnectionStringBuilder Class | OracleConnectionStringBuilder Members
© 2002 - 2013 Devart. All Rights Reserved.