ObjectParameterCollection Class
Represents a collection of query parameters at the object layer.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Count | Gets the number of parameters currently in the collection. |
![]() | Item[String] | Gets an indexer that allows callers to retrieve parameters by name. |
Name | Description | |
---|---|---|
![]() | Add(ObjectParameter) | Adds the specified ObjectParameter to the collection. |
![]() | Clear() | Deletes all ObjectParameter instances from the collection. |
![]() | Contains(ObjectParameter) | Checks for the existence of a specified ObjectParameter in the collection by reference. |
![]() | Contains(String) | Determines whether an ObjectParameter with the specified name is in the collection. |
![]() | CopyTo(ObjectParameter[], Int32) | Allows the parameters in the collection to be copied into a supplied array, starting with the object at the specified index. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns enumerator instances, which allow the collection to be iterated through and traversed. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(ObjectParameter) | Removes an instance of an ObjectParameter from the collection by reference if it exists in the collection. |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.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.