Partager via


EntityParameter, constructeur (String, DbType, Int32, String)

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Initialise une nouvelle instance de la classe EntityParameter à l'aide des propriétés spécifiées.

Espace de noms :  System.Data.Entity.Core.EntityClient
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")> _
Public Sub New ( _
    parameterName As String, _
    dbType As DbType, _
    size As Integer, _
    sourceColumn As String _
)
'Utilisation
Dim parameterName As String 
Dim dbType As DbType 
Dim size As Integer 
Dim sourceColumn As String 

Dim instance As New EntityParameter(parameterName, _
    dbType, size, sourceColumn)
[SuppressMessageAttribute("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public EntityParameter(
    string parameterName,
    DbType dbType,
    int size,
    string sourceColumn
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2214:DoNotCallOverridableMethodsInConstructors")]
public:
EntityParameter(
    String^ parameterName, 
    DbType dbType, 
    int size, 
    String^ sourceColumn
)
[<SuppressMessageAttribute("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")>]
new : 
        parameterName:string * 
        dbType:DbType * 
        size:int * 
        sourceColumn:string -> EntityParameter
public function EntityParameter(
    parameterName : String, 
    dbType : DbType, 
    size : int, 
    sourceColumn : String
)

Paramètres

Voir aussi

Référence

EntityParameter Classe

Surcharge EntityParameter

Espace de noms System.Data.Entity.Core.EntityClient