Share via


ByteArrayRelationalTypeMapper.CreateBoundedMapping Property

Definition

Gets a function to create a mapping for a property with a given length.

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

Property Value

Applies to