ProfileProviderCollection Methods

 

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAdd(ProviderBase^)

Adds a profile provider to the collection.(Overrides SettingsProviderCollection::Add(ProviderBase^).)

System_CAPS_pubmethodClear()

Removes all items from the collection.(Inherited from ProviderCollection.)

System_CAPS_pubmethodCopyTo(array<ProviderBase^>^, Int32)

Copies the contents of the collection to the given array starting at the specified index.(Inherited from ProviderCollection.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an object that implements the IEnumerator interface to iterate through the collection.(Inherited from ProviderCollection.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodRemove(String^)

Removes a provider from the collection.(Inherited from ProviderCollection.)

System_CAPS_pubmethodSetReadOnly()

Sets the collection to be read-only.(Inherited from ProviderCollection.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the elements of the ProviderCollection to an array, starting at a particular array index.(Inherited from ProviderCollection.)

Return to top
Show: