System.Data.Common.DbDataAdapter.DbDataAdapter.GetBatchedParameter C# (CSharp) Method

GetBatchedParameter() protected method

protected GetBatchedParameter ( int commandIdentifier, int parameterIndex ) : IDataParameter
commandIdentifier int
parameterIndex int
return IDataParameter
		protected virtual IDataParameter GetBatchedParameter (int commandIdentifier, int parameterIndex)
		{
			throw CreateMethodNotSupportedException ();
		}