다음을 통해 공유


RelationalConverterMappingHints 생성자

정의

오버로드

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

ConverterMappingHints 인스턴스를 만듭니다. instance 포함된 힌트는 지정되지 않았음을 나타내는 것일 null 수 있습니다.

RelationalConverterMappingHints(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Func<IProperty, ITypeBase,ValueGenerator>)
사용되지 않음.

ConverterMappingHints 인스턴스를 만듭니다. instance 포함된 힌트는 지정되지 않았음을 나타내는 것일 null 수 있습니다.

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

ConverterMappingHints 인스턴스를 만듭니다. instance 포함된 힌트는 지정되지 않았음을 나타내는 것일 null 수 있습니다.

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

ConverterMappingHints 인스턴스를 만듭니다. instance 포함된 힌트는 지정되지 않았음을 나타내는 것일 null 수 있습니다.

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)

매개 변수

size
Nullable<Int32>

매핑된 데이터 형식의 제안된 크기입니다.

precision
Nullable<Int32>

매핑된 데이터 형식의 제안된 전체 자릿수입니다.

scale
Nullable<Int32>

매핑된 데이터 형식의 제안된 크기입니다.

unicode
Nullable<Boolean>

매핑된 데이터 형식이 유니코드를 지원해야 하는지 여부입니다.

fixedLength
Nullable<Boolean>

매핑된 데이터 형식이 고정 길이인지 여부입니다.

valueGeneratorFactory
Func<IProperty,IEntityType,ValueGenerator>

특정 ValueGenerator를 만들기 위한 선택적 팩터리입니다.

적용 대상

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

주의

Use the overload with more parameters.

ConverterMappingHints 인스턴스를 만듭니다. instance 포함된 힌트는 지정되지 않았음을 나타내는 것일 null 수 있습니다.

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

매개 변수

size
Nullable<Int32>

매핑된 데이터 형식의 제안된 크기입니다.

precision
Nullable<Int32>

매핑된 데이터 형식의 제안된 전체 자릿수입니다.

scale
Nullable<Int32>

매핑된 데이터 형식의 제안된 크기입니다.

unicode
Nullable<Boolean>

매핑된 데이터 형식이 유니코드를 지원해야 하는지 여부입니다.

fixedLength
Nullable<Boolean>

매핑된 데이터 형식이 고정 길이인지 여부입니다.

valueGeneratorFactory
Func<IProperty,ITypeBase,ValueGenerator>

특정 ValueGenerator를 만들기 위한 선택적 팩터리입니다.

특성

적용 대상

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

ConverterMappingHints 인스턴스를 만듭니다. instance 포함된 힌트는 지정되지 않았음을 나타내는 것일 null 수 있습니다.

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)

매개 변수

size
Nullable<Int32>

매핑된 데이터 형식의 제안된 크기입니다.

precision
Nullable<Int32>

매핑된 데이터 형식의 제안된 전체 자릿수입니다.

scale
Nullable<Int32>

매핑된 데이터 형식의 제안된 크기입니다.

unicode
Nullable<Boolean>

매핑된 데이터 형식이 유니코드를 지원해야 하는지 여부입니다.

fixedLength
Nullable<Boolean>

매핑된 데이터 형식이 고정 길이인지 여부입니다.

valueGeneratorFactory
Func<IProperty,IEntityType,ValueGenerator>

특정 ValueGenerator를 만들기 위한 선택적 팩터리입니다.

dbType
Nullable<DbType>

제안된 DbType입니다.

적용 대상