PropertyConventionConfiguration 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
允许基于模型中的属性为轻型约定执行配置。
继承层次结构
System.Object
System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration
命名空间: System.Data.Entity.ModelConfiguration.Configuration
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Class PropertyConventionConfiguration
用法
Dim instance As PropertyConventionConfiguration
public class PropertyConventionConfiguration
public ref class PropertyConventionConfiguration
type PropertyConventionConfiguration = class end
public class PropertyConventionConfiguration
PropertyConventionConfiguration 类型公开以下成员。
方法
名称 | 描述 | |
---|---|---|
Configure | 允许此约定应用到的属性的配置。 | |
Equals | 确定指定的对象是否等于当前对象。 (重写 Object.Equals(Object)。) | |
Finalize | (继承自 Object。) | |
GetHashCode | 返回此实例的哈希代码。 (重写 Object.GetHashCode()。) | |
GetType | 获取当前实例的 Type。 | |
Having<T> | 在配置期间捕获以后要使用的值时基于谓词筛选此约定应用到的属性。 | |
MemberwiseClone | (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (重写 Object.ToString()。) | |
Where | 基于谓词筛选此约定应用到的属性。 |
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。