Sdílet prostřednictvím


StringRelationalTypeMapper Konstruktor

Definice

Inicializuje novou instanci StringRelationalTypeMapper třídy.

public StringRelationalTypeMapper (int maxBoundedAnsiLength, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping defaultAnsiMapping, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping unboundedAnsiMapping, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping keyAnsiMapping, Func<int,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> createBoundedAnsiMapping, int maxBoundedUnicodeLength, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping defaultUnicodeMapping, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping unboundedUnicodeMapping, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping keyUnicodeMapping, Func<int,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> createBoundedUnicodeMapping);
new Microsoft.EntityFrameworkCore.Storage.StringRelationalTypeMapper : int * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * Func<int, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> * int * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping * Func<int, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> -> Microsoft.EntityFrameworkCore.Storage.StringRelationalTypeMapper
Public Sub New (maxBoundedAnsiLength As Integer, defaultAnsiMapping As RelationalTypeMapping, unboundedAnsiMapping As RelationalTypeMapping, keyAnsiMapping As RelationalTypeMapping, createBoundedAnsiMapping As Func(Of Integer, RelationalTypeMapping), maxBoundedUnicodeLength As Integer, defaultUnicodeMapping As RelationalTypeMapping, unboundedUnicodeMapping As RelationalTypeMapping, keyUnicodeMapping As RelationalTypeMapping, createBoundedUnicodeMapping As Func(Of Integer, RelationalTypeMapping))

Parametry

maxBoundedAnsiLength
Int32

Maximální délka ohraničeného řetězce ANSI.

defaultAnsiMapping
RelationalTypeMapping

Výchozí mapování řetězce ANSI.

unboundedAnsiMapping
RelationalTypeMapping

Mapování pro řetězec ANSI bez vazby.

keyAnsiMapping
RelationalTypeMapping

Mapování pro řetězec ANSI, který je součástí klíče.

createBoundedAnsiMapping
Func<Int32,RelationalTypeMapping>

Funkce pro vytvoření mapování pro ohraničený řetězec ANSI.

maxBoundedUnicodeLength
Int32

Maximální délka ohraničeného řetězce Unicode.

defaultUnicodeMapping
RelationalTypeMapping

Výchozí mapování řetězce Unicode.

unboundedUnicodeMapping
RelationalTypeMapping

Mapování pro nevázaný řetězec Unicode.

keyUnicodeMapping
RelationalTypeMapping

Mapování pro řetězec Unicode, který je součástí klíče.

createBoundedUnicodeMapping
Func<Int32,RelationalTypeMapping>

Funkce pro vytvoření mapování pro ohraničený řetězec Unicode.

Platí pro