ReaderColumn コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework