MySQL Connector/Net
BaseTableCacheAddToCache Method |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public virtual void AddToCache( string commandText, Object resultSet )
Public Overridable Sub AddToCache ( commandText As String, resultSet As Object )
public: virtual void AddToCache( String^ commandText, Object^ resultSet )
abstract AddToCache : commandText : string * resultSet : Object -> unit override AddToCache : commandText : string * resultSet : Object -> unit
Parameters
- commandText
- Type: SystemString
- resultSet
- Type: SystemObject
