ObjectParameter Class
This class represents a query parameter at the object layer, which consists of a Name, a Type and a Value.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ObjectParameter(String, Object) | Initializes a new instance of the ObjectParameter class with the specified name and value. |
![]() | ObjectParameter(String, Type) | Initializes a new instance of the ObjectParameter class with the specified name and type. |
Name | Description | |
---|---|---|
![]() | Name | Gets the parameter name, which can only be set through a constructor. |
![]() | ParameterType | Gets the parameter type. |
![]() | Value | Gets or sets the parameter value. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.