Bagikan melalui


ReaderColumn Konstruktor

Definisi

Overload

ReaderColumn(Type, Boolean, String)
Kedaluwarsa.

Membuat instans ReaderColumn baru kelas .

ReaderColumn(Type, Boolean, String, IPropertyBase)

Membuat instans ReaderColumn baru kelas .

ReaderColumn(Type, Boolean, String)

Perhatian

Use constructor which also takes IPropertyBase.

Membuat instans ReaderColumn baru kelas .

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)

Parameter

type
Type

Jenis CLR kolom.

nullable
Boolean

Nilai yang menunjukkan apakah kolom dapat diubah ke null.

name
String

Nama kolom.

Atribut

Berlaku untuk

ReaderColumn(Type, Boolean, String, IPropertyBase)

Membuat instans ReaderColumn baru kelas .

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)

Parameter

type
Type

Jenis CLR kolom.

nullable
Boolean

Nilai yang menunjukkan apakah kolom dapat diubah ke null.

name
String

Nama kolom.

property
IPropertyBase

Properti sedang dibaca jika ada, null sebaliknya.

Berlaku untuk