Cached Property (OracleCommand)
Gets or sets a value indicating whether Oracle resources assosiated with the current statement will be cached inside a session.
public bool Cached {get; set;}
'Declaration
Public Property Cached As Boolean
Property Value
true if the statement is cached; otherwise,
false. Default value is
true.