MySql.Data.MySqlClient.MySqlDataAdapter.GetBatchedParameter C# (CSharp) Метод

GetBatchedParameter() защищенный Метод

protected GetBatchedParameter ( int commandIdentifier, int parameterIndex ) : IDataParameter
commandIdentifier int
parameterIndex int
Результат IDataParameter
        protected override IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex)
        {
            return (IDataParameter)commandBatch[commandIdentifier].Parameters[parameterIndex];
        }