iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DBHelperParameterCache.CacheParameterSet Method 

Add parameter array to the cache

[Visual Basic]
Public Shared Sub CacheParameterSet( _
   ByVal String As String, _
   ByVal String As String, _
   ParamArray IDataParameter[] As IDataParameter() _
)
[C#]
public static void CacheParameterSet(
   String connectionString,
   String commandText,
   params IDataParameter[] commandParameters
);

Parameters

connectionString
a valid connection string for an IDbConnection
commandText
the stored procedure name or SQL command
commandParameters
an array of IDataParameters to be cached

See Also

DBHelperParameterCache Class | IBatisNet.Common.Utilities Namespace