ReaderColumn Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ReaderColumn(Type, Boolean, String) |
Veraltet.
Erstellt eine neue Instanz der ReaderColumn-Klasse. |
ReaderColumn(Type, Boolean, String, IPropertyBase) |
Erstellt eine neue Instanz der ReaderColumn-Klasse. |
ReaderColumn(Type, Boolean, String)
Achtung
Use constructor which also takes IPropertyBase.
Erstellt eine neue Instanz der ReaderColumn-Klasse.
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)
Parameter
- type
- Type
Der CLR-Typ der Spalte.
- nullable
- Boolean
Ein Wert, der angibt, ob die Spalte nullable ist.
- name
- String
Der Name der Spalte.
- Attribute
Gilt für:
ReaderColumn(Type, Boolean, String, IPropertyBase)
Erstellt eine neue Instanz der ReaderColumn-Klasse.
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)
Parameter
- type
- Type
Der CLR-Typ der Spalte.
- nullable
- Boolean
Ein Wert, der angibt, ob die Spalte nullable ist.
- name
- String
Der Name der Spalte.
- property
- IPropertyBase
Die Eigenschaft, die gelesen wird, falls vorhanden, andernfalls NULL.
Gilt für:
Entity Framework