EntityParameter Class

Definition

Represents a parameter used in EntityCommand.

public ref class EntityParameter sealed : System::Data::Common::DbParameter
public sealed class EntityParameter : System.Data.Common.DbParameter
type EntityParameter = class
    inherit DbParameter
    interface IDbDataParameter
    interface IDataParameter
Public NotInheritable Class EntityParameter
Inherits DbParameter
Inheritance
Implements

Constructors

Name Description
EntityParameter()

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

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.

EntityParameter(String, DbType, Int32)

Initializes a new instance of the