Sdílet prostřednictvím


ReaderColumn Konstruktory

Definice

Přetížení

ReaderColumn(Type, Boolean, String)
Zastaralé.

Vytvoří novou instanci třídy ReaderColumn.

ReaderColumn(Type, Boolean, String, IPropertyBase)

Vytvoří novou instanci třídy ReaderColumn.

ReaderColumn(Type, Boolean, String)

Upozornění

Use constructor which also takes IPropertyBase.

Vytvoří novou instanci třídy 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 sloupce.

nullable
Boolean

Hodnota označující, jestli je sloupec s možnou hodnotou null.

name
String

Název sloupce

Atributy

Platí pro

ReaderColumn(Type, Boolean, String, IPropertyBase)

Vytvoří novou instanci třídy 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 sloupce.

nullable
Boolean

Hodnota označující, jestli je sloupec s možnou hodnotou null.

name
String

Název sloupce

property
IPropertyBase

Vlastnost, která je čtena, pokud existuje, v opačném případě null.

Platí pro