EntityParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |