Partager via


ReaderColumn Constructeurs

Définition

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.

S’applique à