StringRelationalTypeMapper.CreateBoundedAnsiMapping Property

Definition

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

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

Property Value

Applies to