GetBatchedParameter Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
protected override IDataParameter GetBatchedParameter(
	int commandIdentifier,
	int parameterIndex
)
Visual Basic
Protected Overrides Function GetBatchedParameter ( _
	commandIdentifier As Integer, _
	parameterIndex As Integer _
) As IDataParameter
Visual C++
protected:
virtual IDataParameter^ GetBatchedParameter(
	int commandIdentifier, 
	int parameterIndex
) override

Parameters

commandIdentifier
Type: System..::..Int32
parameterIndex
Type: System..::..Int32

See Also