StringLengthAttributeConvention 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个约定,该约定基于 StringLengthAttribute 对 属性应用的 配置最大长度。
public class StringLengthAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<System.ComponentModel.DataAnnotations.StringLengthAttribute>
type StringLengthAttributeConvention = class
inherit PropertyAttributeConventionBase<StringLengthAttribute>
Public Class StringLengthAttributeConvention
Inherits PropertyAttributeConventionBase(Of StringLengthAttribute)
- 继承
注解
有关详细信息和示例,请参阅 模型生成约定 。
构造函数
StringLengthAttributeConvention(ProviderConventionSetBuilderDependencies) |
创建 StringLengthAttributeConvention 的新实例。 |
属性
Dependencies |
此服务的依赖项。 (继承自 PropertyAttributeConventionBase<TAttribute>) |