ReaderColumn<T> Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ReaderColumn<T>(Boolean, String, Func<DbDataReader,Int32[],T>) |
Geçersiz.
ReaderColumn<T> sınıfının yeni bir örneğini oluşturur. |
ReaderColumn<T>(Boolean, String, IPropertyBase, Func<DbDataReader,Int32[],T>) |
ReaderColumn<T> sınıfının yeni bir örneğini oluşturur. |
ReaderColumn<T>(Boolean, String, Func<DbDataReader,Int32[],T>)
Dikkat
Use constructor which also takes IPropertyBase.
ReaderColumn<T> sınıfının yeni bir örneğini oluşturur.
public ReaderColumn (bool nullable, string name, Func<System.Data.Common.DbDataReader,int[],T> getFieldValue);
[System.Obsolete("Use constructor which also takes IPropertyBase.")]
public ReaderColumn (bool nullable, string name, Func<System.Data.Common.DbDataReader,int[],T> getFieldValue);
[System.Obsolete("Use constructor which also takes IPropertyBase.")]
public ReaderColumn (bool nullable, string? name, Func<System.Data.Common.DbDataReader,int[],T> getFieldValue);
new Microsoft.EntityFrameworkCore.Storage.ReaderColumn<'T> : bool * string * Func<System.Data.Common.DbDataReader, int[], 'T> -> Microsoft.EntityFrameworkCore.Storage.ReaderColumn<'T>
[<System.Obsolete("Use constructor which also takes IPropertyBase.")>]
new Microsoft.EntityFrameworkCore.Storage.ReaderColumn<'T> : bool * string * Func<System.Data.Common.DbDataReader, int[], 'T> -> Microsoft.EntityFrameworkCore.Storage.ReaderColumn<'T>
Public Sub New (nullable As Boolean, name As String, getFieldValue As Func(Of DbDataReader, Integer(), T))
Parametreler
- nullable
- Boolean
Sütunun boş değer atanabilir olup olmadığını gösteren değer.
- name
- String
Sütunun adı.
- getFieldValue
- Func<DbDataReader,Int32[],T>
Okuyucudan sütun için alan değeri almak için bir işlev.
- Öznitelikler
Şunlara uygulanır
ReaderColumn<T>(Boolean, String, IPropertyBase, Func<DbDataReader,Int32[],T>)
ReaderColumn<T> sınıfının yeni bir örneğini oluşturur.
public ReaderColumn (bool nullable, string name, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property, Func<System.Data.Common.DbDataReader,int[],T> getFieldValue);
public ReaderColumn (bool nullable, string? name, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase? property, Func<System.Data.Common.DbDataReader,int[],T> getFieldValue);
new Microsoft.EntityFrameworkCore.Storage.ReaderColumn<'T> : bool * string * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase * Func<System.Data.Common.DbDataReader, int[], 'T> -> Microsoft.EntityFrameworkCore.Storage.ReaderColumn<'T>
Public Sub New (nullable As Boolean, name As String, property As IPropertyBase, getFieldValue As Func(Of DbDataReader, Integer(), T))
Parametreler
- nullable
- Boolean
Sütunun boş değer atanabilir olup olmadığını gösteren değer.
- name
- String
Sütunun adı.
- property
- IPropertyBase
Varsa okunan özellik null değilse.
- getFieldValue
- Func<DbDataReader,Int32[],T>
Okuyucudan sütun için alan değeri almak için bir işlev.
Şunlara uygulanır
Entity Framework