Share via


StringRelationalTypeMapper.CreateBoundedUnicodeMapping Property

Definition

Gets the function to create a mapping for a bounded Unicode string.

public virtual Func<int,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping> CreateBoundedUnicodeMapping { get; }
member this.CreateBoundedUnicodeMapping : Func<int, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping>
Public Overridable ReadOnly Property CreateBoundedUnicodeMapping As Func(Of Integer, RelationalTypeMapping)

Property Value

Applies to