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입니다.

적용 대상