ByteArrayRelationalTypeMapper.CreateBoundedMapping 属性

定义

获取一个函数,用于为具有给定长度的属性创建映射。

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)

属性值

适用于