ObjectParameter Class

 

This class represents a query parameter at the object layer, which consists of a Name, a Type and a Value.

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

System.Object
  System.Data.Entity.Core.Objects.ObjectParameter

public sealed class ObjectParameter

NameDescription
System_CAPS_pubmethodObjectParameter(String, Object)

Initializes a new instance of the ObjectParameter class with the specified name and value.

System_CAPS_pubmethodObjectParameter(String, Type)

Initializes a new instance of the ObjectParameter class with the specified name and type.

NameDescription
System_CAPS_pubpropertyName

Gets the parameter name, which can only be set through a constructor.

System_CAPS_pubpropertyParameterType

Gets the parameter type.

System_CAPS_pubpropertyValue

Gets or sets the parameter value.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.