.NET Framework Class Library
DbParameterCollection Members

The base class for a collection of parameters relevant to a DbCommand.

The DbParameterCollection type exposes the following members.

Constructors

  NameDescription
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDbParameterCollectionInitializes a new instance of the DbParameterCollection class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAddAdds a DbParameter item with the specified value to the DbParameterCollection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAddRangeAdds an array of items with the specified values to the DbParameterCollection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClearRemoves all DbParameter values from the DbParameterCollection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsOverloaded. Indicates whether a DbParameter with the specified property exists in the collection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCopyToCopies an array of items to the collection starting at the specified index.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEnumeratorExposes the GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetParameterOverloaded. Gets the DbParameter with the specified property value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndexOfOverloaded. Returns the index of the specified DbParameter object.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertInserts the specified index of the DbParameter object with the specified name into the collection at the specified index.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveRemoves the specified DbParameter object from the collection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveAtOverloaded. Removes a specified DbParameter object from the collection.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSetParameterOverloaded. Sets the specified parameter to the specified value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodCastConverts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodOfTypeFilters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCountSpecifies the number of items in the collection.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsFixedSizeSpecifies whether the collection is a fixed size.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsReadOnlySpecifies whether the collection is read-only.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsSynchronizedSpecifies whether the collection is synchronized.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItemOverloaded. Gets and sets a DbParameter in the collection.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSyncRootSpecifies the Object to be used to synchronize access to the collection.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIList..::.Item
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDataParameterCollection..::.Item
Top
See Also

Reference

Tags :


Page view tracker