EntityParameter.DbType Property

 

Gets or sets the DbType of the parameter.

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

public override DbType DbType { get; set; }

Property Value

Type: System.Data.DbType

One of the DbType values.