ReaderColumn Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReaderColumn(Type, Boolean, String) |
Obsolète.
Crée une instance de la classe ReaderColumn. |
ReaderColumn(Type, Boolean, String, IPropertyBase) |
Crée une instance de la classe ReaderColumn. |
ReaderColumn(Type, Boolean, String)
Attention
Use constructor which also takes IPropertyBase.
Crée une instance de la classe ReaderColumn.
protected ReaderColumn (Type type, bool nullable, string name);
[System.Obsolete("Use constructor which also takes IPropertyBase.")]
protected ReaderColumn (Type type, bool nullable, string name);
[System.Obsolete("Use constructor which also takes IPropertyBase.")]
protected ReaderColumn (Type type, bool nullable, string? name);
new Microsoft.EntityFrameworkCore.Storage.ReaderColumn : Type * bool * string -> Microsoft.EntityFrameworkCore.Storage.ReaderColumn
[<System.Obsolete("Use constructor which also takes IPropertyBase.")>]
new Microsoft.EntityFrameworkCore.Storage.ReaderColumn : Type * bool * string -> Microsoft.EntityFrameworkCore.Storage.ReaderColumn
Protected Sub New (type As Type, nullable As Boolean, name As String)
Paramètres
- type
- Type
Type CLR de la colonne.
- nullable
- Boolean
Valeur indiquant si la colonne est nullable.
- name
- String
Nom de la colonne.
- Attributs
S’applique à
ReaderColumn(Type, Boolean, String, IPropertyBase)
Crée une instance de la classe ReaderColumn.
protected ReaderColumn (Type type, bool nullable, string name, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
protected ReaderColumn (Type type, bool nullable, string? name, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase? property);
new Microsoft.EntityFrameworkCore.Storage.ReaderColumn : Type * bool * string * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Storage.ReaderColumn
Protected Sub New (type As Type, nullable As Boolean, name As String, property As IPropertyBase)
Paramètres
- type
- Type
Type CLR de la colonne.
- nullable
- Boolean
Valeur indiquant si la colonne est nullable.
- name
- String
Nom de la colonne.
- property
- IPropertyBase
Propriété en cours de lecture le cas échéant, null dans le cas contraire.