EntityParameter Class
Class representing a parameter used in EntityCommand
Assembly: EntityFramework (in EntityFramework.dll)
System.MarshalByRefObject
System.Data.Common.DbParameter
System.Data.Entity.Core.EntityClient.EntityParameter
Name | Description | |
---|---|---|
![]() | EntityParameter() | Initializes a new instance of the EntityParameter class using the default values. |
![]() | EntityParameter(String, DbType) | Initializes a new instance of the EntityParameter class using the specified parameter name and data type. |
![]() | EntityParameter(String, DbType, Int32) | Initializes a new instance of the EntityParameter class using the specified parameter name, data type and size. |
![]() | EntityParameter(String, DbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object) | Initializes a new instance of the EntityParameter class using the specified properties. |
![]() | EntityParameter(String, DbType, Int32, String) | Initializes a new instance of the EntityParameter class using the specified properties. |
Name | Description | |
---|---|---|
![]() | DbType | Gets or sets the DbType of the parameter.(Overrides DbParameter.DbType.) |
![]() | Direction | Gets or sets the direction of the parameter.(Overrides DbParameter.Direction.) |
![]() | EdmType | Gets or sets the type of the parameter, expressed as an EdmType. |
![]() | IsNullable | Gets or sets a value that indicates whether the parameter accepts null values.(Overrides DbParameter.IsNullable.) |
![]() | ParameterName | Gets or sets the name of the entity parameter.(Overrides DbParameter.ParameterName.) |
![]() | Precision | Gets or sets the number of digits used to represent the Value property. |
![]() | Scale | Gets or sets the number of decimal places to which Value is resolved. |
![]() | Size | Gets or sets the maximum size of the data within the column.(Overrides DbParameter.Size.) |
![]() | SourceColumn | Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value .(Overrides DbParameter.SourceColumn.) |
![]() | SourceColumnNullMapping | Gets or sets a value that indicates whether source column is nullable.(Overrides DbParameter.SourceColumnNullMapping.) |
![]() | SourceVersion | Gets or sets the DataRowVersion to use when loading the value.(Overrides DbParameter.SourceVersion.) |
![]() | Value | Gets or sets the value of the parameter.(Overrides DbParameter.Value.) |
Name | Description | |
---|---|---|
![]() | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ResetDbType() | Resets the type associated with the EntityParameter.(Overrides DbParameter.ResetDbType().) |
![]() | ToString() | 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.