Поделиться через


ReaderColumn Конструкторы

Определение

Перегрузки

ReaderColumn(Type, Boolean, String)
Устаревшие..

Создает новый экземпляр класса ReaderColumn.

ReaderColumn(Type, Boolean, String, IPropertyBase)

Создает новый экземпляр класса ReaderColumn.

ReaderColumn(Type, Boolean, String)

Внимание!

Use constructor which also takes IPropertyBase.

Создает новый экземпляр класса 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)

Параметры

type
Type

Тип clR столбца.

nullable
Boolean

Значение , указывающее, допускает ли столбец значение NULL.

name
String

Имя столбца.

Атрибуты

Применяется к

ReaderColumn(Type, Boolean, String, IPropertyBase)

Создает новый экземпляр класса 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)

Параметры

type
Type

Тип clR столбца.

nullable
Boolean

Значение , указывающее, допускает ли столбец значение NULL.

name
String

Имя столбца.

property
IPropertyBase

Считываемое свойство при его наличии; в противном случае — null.

Применяется к