Udostępnij za pośrednictwem


RelationalConverterMappingHints Konstruktory

Definicja

Przeciążenia

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

Tworzy nowe wystąpienie klasy ConverterMappingHints. Każda wskazówka zawarta w wystąpieniu może wskazywać null , że nie została określona.

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, ITypeBase,ValueGenerator>)
Przestarzałe.

Tworzy nowe wystąpienie klasy ConverterMappingHints. Każda wskazówka zawarta w wystąpieniu może wskazywać null , że nie została określona.

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

Tworzy nowe wystąpienie klasy ConverterMappingHints. Każda wskazówka zawarta w wystąpieniu może wskazywać null , że nie została określona.

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

Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs

Tworzy nowe wystąpienie klasy ConverterMappingHints. Każda wskazówka zawarta w wystąpieniu może wskazywać null , że nie została określona.

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)

Parametry

size
Nullable<Int32>

Sugerowany rozmiar mapowanego typu danych.

precision
Nullable<Int32>

Sugerowana precyzja mapowanego typu danych.

scale
Nullable<Int32>

Sugerowana skala mapowanego typu danych.

unicode
Nullable<Boolean>

Określa, czy mapowany typ danych powinien obsługiwać standard Unicode.

fixedLength
Nullable<Boolean>

Określa, czy typ danych mapowanych jest stałą długością.

valueGeneratorFactory
Func<IProperty,IEntityType,ValueGenerator>

Opcjonalna fabryka do tworzenia określonego ValueGeneratorelementu .

Dotyczy

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

Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs

Przestroga

Use the overload with more parameters.

Tworzy nowe wystąpienie klasy ConverterMappingHints. Każda wskazówka zawarta w wystąpieniu może wskazywać null , że nie została określona.

[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))

Parametry

size
Nullable<Int32>

Sugerowany rozmiar mapowanego typu danych.

precision
Nullable<Int32>

Sugerowana precyzja mapowanego typu danych.

scale
Nullable<Int32>

Sugerowana skala mapowanego typu danych.

unicode
Nullable<Boolean>

Określa, czy mapowany typ danych powinien obsługiwać standard Unicode.

fixedLength
Nullable<Boolean>

Określa, czy typ danych mapowanych jest stałą długością.

valueGeneratorFactory
Func<IProperty,ITypeBase,ValueGenerator>

Opcjonalna fabryka do tworzenia określonego ValueGeneratorelementu .

Atrybuty

Dotyczy

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

Źródło:
RelationalConverterMappingHints.cs
Źródło:
RelationalConverterMappingHints.cs

Tworzy nowe wystąpienie klasy ConverterMappingHints. Każda wskazówka zawarta w wystąpieniu może wskazywać null , że nie została określona.

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)

Parametry

size
Nullable<Int32>

Sugerowany rozmiar mapowanego typu danych.

precision
Nullable<Int32>

Sugerowana precyzja mapowanego typu danych.

scale
Nullable<Int32>

Sugerowana skala mapowanego typu danych.

unicode
Nullable<Boolean>

Określa, czy mapowany typ danych powinien obsługiwać standard Unicode.

fixedLength
Nullable<Boolean>

Określa, czy typ danych mapowanych jest stałą długością.

valueGeneratorFactory
Func<IProperty,IEntityType,ValueGenerator>

Opcjonalna fabryka do tworzenia określonego ValueGeneratorelementu .

dbType
Nullable<DbType>

Sugerowany DbTypeelement .

Dotyczy