System.Data.Common.DbDataAdapter.DbDataAdapter.GetBatchedParameter C# (CSharp) Метод

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

protected GetBatchedParameter ( int commandIdentifier, int parameterIndex ) : IDataParameter
commandIdentifier int
parameterIndex int
Результат IDataParameter
		protected virtual IDataParameter GetBatchedParameter (int commandIdentifier, int parameterIndex)
		{
			throw CreateMethodNotSupportedException ();
		}