ReaderColumn 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(Type, Boolean, String) |
Geçersiz.
ReaderColumn sınıfının yeni bir örneğini oluşturur. |
ReaderColumn(Type, Boolean, String, IPropertyBase) |
ReaderColumn sınıfının yeni bir örneğini oluşturur. |
ReaderColumn(Type, Boolean, String)
Dikkat
Use constructor which also takes IPropertyBase.
ReaderColumn sınıfının yeni bir örneğini oluşturur.
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)
Parametreler
- type
- Type
Sütunun CLR türü.
- nullable
- Boolean
Sütunun boş değer atanabilir olup olmadığını gösteren değer.
- name
- String
Sütunun adı.
- Öznitelikler
Şunlara uygulanır
ReaderColumn(Type, Boolean, String, IPropertyBase)
ReaderColumn sınıfının yeni bir örneğini oluşturur.
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)
Parametreler
- type
- Type
Sütunun CLR türü.
- 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.
Şunlara uygulanır
Entity Framework