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

DBHelperParameterCache.GetCachedParameterSet Method 

retrieve a parameter array from the cache

[Visual Basic]
Public Shared Function GetCachedParameterSet( _
   ByVal String As String, _
   ByVal String As String _
) As IDataParameter()
[C#]
public static IDataParameter[] GetCachedParameterSet(
   String connectionString,
   String commandText
);

Parameters

connectionString
a valid connection string for an IDbConnection
commandText
the stored procedure name or SQL command

Return Value

an array of IDataParameters

See Also

DBHelperParameterCache Class | IBatisNet.Common.Utilities Namespace