Condividi tramite


ReaderColumn Costruttori

Definizione

Overload

ReaderColumn(Type, Boolean, String)
Obsoleti.

Crea una nuova istanza della classe ReaderColumn.

ReaderColumn(Type, Boolean, String, IPropertyBase)

Crea una nuova istanza della classe ReaderColumn.

ReaderColumn(Type, Boolean, String)

Attenzione

Use constructor which also takes IPropertyBase.

Crea una nuova istanza della 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)

Parametri

type
Type

Tipo CLR della colonna.

nullable
Boolean

Valore che indica se la colonna è nullable.

name
String

Nome della colonna.

Attributi

Si applica a

ReaderColumn(Type, Boolean, String, IPropertyBase)

Crea una nuova istanza della 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)

Parametri

type
Type

Tipo CLR della colonna.

nullable
Boolean

Valore che indica se la colonna è nullable.

name
String

Nome della colonna.

property
IPropertyBase

La proprietà in corso di lettura se presente, null in caso contrario.

Si applica a