EntityParameter Class

 

Class representing a parameter used in EntityCommand

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

System.Object
  System.MarshalByRefObject
    System.Data.Common.DbParameter
      System.Data.Entity.Core.EntityClient.EntityParameter

public class EntityParameter : DbParameter, IDbDataParameter, 
	IDataParameter

NameDescription
System_CAPS_pubmethodEntityParameter()

Initializes a new instance of the EntityParameter class using the default values.

System_CAPS_pubmethodEntityParameter(String, DbType)

Initializes a new instance of the EntityParameter class using the specified parameter name and data type.

System_CAPS_pubmethodEntityParameter(String, DbType, Int32)

Initializes a new instance of the EntityParameter class using the specified parameter name, data type and size.

System_CAPS_pubmethodEntityParameter(String, DbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)

Initializes a new instance of the EntityParameter class using the specified properties.

System_CAPS_pubmethodEntityParameter(String, DbType, Int32, String)

Initializes a new instance of the EntityParameter class using the specified properties.

NameDescription
System_CAPS_pubpropertyDbType

Gets or sets the DbType of the parameter.(Overrides DbParameter.DbType.)

System_CAPS_pubpropertyDirection

Gets or sets the direction of the parameter.(Overrides DbParameter.Direction.)

System_CAPS_pubpropertyEdmType

Gets or sets the type of the parameter, expressed as an EdmType.

System_CAPS_pubpropertyIsNullable

Gets or sets a value that indicates whether the parameter accepts null values.(Overrides DbParameter.IsNullable.)

System_CAPS_pubpropertyParameterName

Gets or sets the name of the entity parameter.(Overrides DbParameter.ParameterName.)

System_CAPS_pubpropertyPrecision

Gets or sets the number of digits used to represent the Value property.

System_CAPS_pubpropertyScale

Gets or sets the number of decimal places to which Value is resolved.

System_CAPS_pubpropertySize

Gets or sets the maximum size of the data within the column.(Overrides DbParameter.Size.)

System_CAPS_pubpropertySourceColumn

Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value .(Overrides DbParameter.SourceColumn.)

System_CAPS_pubpropertySourceColumnNullMapping

Gets or sets a value that indicates whether source column is nullable.(Overrides DbParameter.SourceColumnNullMapping.)

System_CAPS_pubpropertySourceVersion

Gets or sets the DataRowVersion to use when loading the value.(Overrides DbParameter.SourceVersion.)

System_CAPS_pubpropertyValue

Gets or sets the value of the parameter.(Overrides DbParameter.Value.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodResetDbType()

Resets the type associated with the EntityParameter.(Overrides DbParameter.ResetDbType().)

System_CAPS_pubmethodToString()

Returns a string representation of the parameter.(Overrides Object.ToString().)

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