System.Data.OleDb.OleDbCommand.CreateParameterCollection C# (CSharp) Method

CreateParameterCollection() protected final method

protected final CreateParameterCollection ( AbstractDbCommand parent ) : DbParameterCollection
parent AbstractDbCommand
return DbParameterCollection
		protected sealed override DbParameterCollection CreateParameterCollection(AbstractDbCommand parent)
		{
			return new OleDbParameterCollection((OleDbCommand)parent);
		}