Udostępnij za pośrednictwem


ReaderColumn Konstruktory

Definicja

Przeciążenia

ReaderColumn(Type, Boolean, String)
Przestarzałe.

Tworzy nowe wystąpienie klasy ReaderColumn.

ReaderColumn(Type, Boolean, String, IPropertyBase)

Tworzy nowe wystąpienie klasy ReaderColumn.

ReaderColumn(Type, Boolean, String)

Przestroga

Use constructor which also takes IPropertyBase.

Tworzy nowe wystąpienie klasy 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)

Parametry

type
Type

Typ CLR kolumny.

nullable
Boolean

Wartość wskazująca, czy kolumna ma wartość null.

name
String

Nazwa kolumny.

Atrybuty

Dotyczy

ReaderColumn(Type, Boolean, String, IPropertyBase)

Tworzy nowe wystąpienie klasy 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)

Parametry

type
Type

Typ CLR kolumny.

nullable
Boolean

Wartość wskazująca, czy kolumna ma wartość null.

name
String

Nazwa kolumny.

property
IPropertyBase

Właściwość, która jest odczytywana, jeśli istnieje, w przeciwnym razie ma wartość null.

Dotyczy