Freigeben über


RelationalConverterMappingHints Konstruktoren

Definition

Überlädt

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, IEntityType,ValueGenerator>)

Erstellt eine neue ConverterMappingHints-Instanz. Jeder Hinweis in der instance kann null darauf hinweisen, dass er nicht angegeben wurde.

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, ITypeBase,ValueGenerator>)
Veraltet.

Erstellt eine neue ConverterMappingHints-Instanz. Jeder Hinweis in der instance kann null darauf hinweisen, dass er nicht angegeben wurde.

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, IEntityType,ValueGenerator>, Nullable<DbType>)

Erstellt eine neue ConverterMappingHints-Instanz. Jeder Hinweis in der instance kann null darauf hinweisen, dass er nicht angegeben wurde.

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, IEntityType,ValueGenerator>)

Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs

Erstellt eine neue ConverterMappingHints-Instanz. Jeder Hinweis in der instance kann null darauf hinweisen, dass er nicht angegeben wurde.

public RelationalConverterMappingHints (int? size = default, int? precision = default, int? scale = default, bool? unicode = default, bool? fixedLength = default, Func<Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator> valueGeneratorFactory = default);
public RelationalConverterMappingHints (int? size = default, int? precision = default, int? scale = default, bool? unicode = default, bool? fixedLength = default, Func<Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator>? valueGeneratorFactory = default);
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator> -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints
Public Sub New (Optional size As Nullable(Of Integer) = Nothing, Optional precision As Nullable(Of Integer) = Nothing, Optional scale As Nullable(Of Integer) = Nothing, Optional unicode As Nullable(Of Boolean) = Nothing, Optional fixedLength As Nullable(Of Boolean) = Nothing, Optional valueGeneratorFactory As Func(Of IProperty, IEntityType, ValueGenerator) = Nothing)

Parameter

size
Nullable<Int32>

Die vorgeschlagene Größe des zugeordneten Datentyps.

precision
Nullable<Int32>

Die vorgeschlagene Genauigkeit des zugeordneten Datentyps.

scale
Nullable<Int32>

Die vorgeschlagene Skalierung des zugeordneten Datentyps.

unicode
Nullable<Boolean>

Gibt an, ob der zugeordnete Datentyp Unicode unterstützen soll oder nicht.

fixedLength
Nullable<Boolean>

Gibt an, ob der zugeordnete Datentyp eine feste Länge aufweist oder nicht.

valueGeneratorFactory
Func<IProperty,IEntityType,ValueGenerator>

Eine optionale Factory zum Erstellen eines bestimmten ValueGenerator.

Gilt für:

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, ITypeBase,ValueGenerator>)

Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs

Achtung

Use the overload with more parameters.

Erstellt eine neue ConverterMappingHints-Instanz. Jeder Hinweis in der instance kann null darauf hinweisen, dass er nicht angegeben wurde.

[System.Obsolete("Use the overload with more parameters.")]
public RelationalConverterMappingHints (int? size, int? precision, int? scale, bool? unicode, bool? fixedLength, Func<Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator>? valueGeneratorFactory);
[<System.Obsolete("Use the overload with more parameters.")>]
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.ITypeBase, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator> -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints
Public Sub New (size As Nullable(Of Integer), precision As Nullable(Of Integer), scale As Nullable(Of Integer), unicode As Nullable(Of Boolean), fixedLength As Nullable(Of Boolean), valueGeneratorFactory As Func(Of IProperty, ITypeBase, ValueGenerator))

Parameter

size
Nullable<Int32>

Die vorgeschlagene Größe des zugeordneten Datentyps.

precision
Nullable<Int32>

Die vorgeschlagene Genauigkeit des zugeordneten Datentyps.

scale
Nullable<Int32>

Die vorgeschlagene Skalierung des zugeordneten Datentyps.

unicode
Nullable<Boolean>

Gibt an, ob der zugeordnete Datentyp Unicode unterstützen soll oder nicht.

fixedLength
Nullable<Boolean>

Gibt an, ob der zugeordnete Datentyp eine feste Länge aufweist oder nicht.

valueGeneratorFactory
Func<IProperty,ITypeBase,ValueGenerator>

Eine optionale Factory zum Erstellen eines bestimmten ValueGenerator.

Attribute

Gilt für:

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, IEntityType,ValueGenerator>, Nullable<DbType>)

Quelle:
RelationalConverterMappingHints.cs
Quelle:
RelationalConverterMappingHints.cs

Erstellt eine neue ConverterMappingHints-Instanz. Jeder Hinweis in der instance kann null darauf hinweisen, dass er nicht angegeben wurde.

public RelationalConverterMappingHints (int? size = default, int? precision = default, int? scale = default, bool? unicode = default, bool? fixedLength = default, Func<Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IEntityType,Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator>? valueGeneratorFactory = default, System.Data.DbType? dbType = default);
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Microsoft.EntityFrameworkCore.Metadata.IEntityType, Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator> * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints
Public Sub New (Optional size As Nullable(Of Integer) = Nothing, Optional precision As Nullable(Of Integer) = Nothing, Optional scale As Nullable(Of Integer) = Nothing, Optional unicode As Nullable(Of Boolean) = Nothing, Optional fixedLength As Nullable(Of Boolean) = Nothing, Optional valueGeneratorFactory As Func(Of IProperty, IEntityType, ValueGenerator) = Nothing, Optional dbType As Nullable(Of DbType) = Nothing)

Parameter

size
Nullable<Int32>

Die vorgeschlagene Größe des zugeordneten Datentyps.

precision
Nullable<Int32>

Die vorgeschlagene Genauigkeit des zugeordneten Datentyps.

scale
Nullable<Int32>

Die vorgeschlagene Skalierung des zugeordneten Datentyps.

unicode
Nullable<Boolean>

Gibt an, ob der zugeordnete Datentyp Unicode unterstützen soll oder nicht.

fixedLength
Nullable<Boolean>

Gibt an, ob der zugeordnete Datentyp eine feste Länge aufweist oder nicht.

valueGeneratorFactory
Func<IProperty,IEntityType,ValueGenerator>

Eine optionale Factory zum Erstellen eines bestimmten ValueGenerator.

dbType
Nullable<DbType>

Der vorgeschlagene DbType.

Gilt für: