次の方法で共有


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。

適用対象