ObjectParameterCollection Class

 

Represents a collection of query parameters at the object layer.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Objects.ObjectParameterCollection

[DefaultMemberAttribute("Item")]
public class ObjectParameterCollection : ICollection<ObjectParameter>, 
	IEnumerable<ObjectParameter>, IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of parameters currently in the collection.

System_CAPS_pubpropertyItem[String]

Gets an indexer that allows callers to retrieve parameters by name.

NameDescription
System_CAPS_pubmethodAdd(ObjectParameter)

Adds the specified ObjectParameter to the collection.

System_CAPS_pubmethodClear()

Deletes all ObjectParameter instances from the collection.

System_CAPS_pubmethodContains(ObjectParameter)

Checks for the existence of a specified ObjectParameter in the collection by reference.

System_CAPS_pubmethodContains(String)

Determines whether an ObjectParameter with the specified name is in the collection.

System_CAPS_pubmethodCopyTo(ObjectParameter[], Int32)

Allows the parameters in the collection to be copied into a supplied array, starting with the object at the specified index.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns enumerator instances, which allow the collection to be iterated through and traversed.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(ObjectParameter)

Removes an instance of an ObjectParameter from the collection by reference if it exists in the collection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.GetEnumerator()

Returns an untyped enumerator over the collection.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.