DbComplexPropertyEntry<TEntity, TComplexProperty> 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
此类的实例从 DbEntityEntry<TEntity> 的 ComplexProperty 方法返回,并允许访问复杂属性的状态。
继承层次结构
System.Object
System.Data.Entity.Infrastructure.DbMemberEntry<TEntity, TComplexProperty>
System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity, TComplexProperty>
System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity, TComplexProperty>
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Class DbComplexPropertyEntry(Of TEntity As Class, TComplexProperty) _
Inherits DbPropertyEntry(Of TEntity, TComplexProperty)
用法
Dim instance As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
public class DbComplexPropertyEntry<TEntity, TComplexProperty> : DbPropertyEntry<TEntity, TComplexProperty>
where TEntity : class
generic<typename TEntity, typename TComplexProperty>
where TEntity : ref class
public ref class DbComplexPropertyEntry : public DbPropertyEntry<TEntity, TComplexProperty>
type DbComplexPropertyEntry<'TEntity, 'TComplexProperty when 'TEntity : not struct> =
class
inherit DbPropertyEntry<'TEntity, 'TComplexProperty>
end
JScript does not support generic types and methods.
类型参数
- TEntity
此属性所属的实体的类型。
- TComplexProperty
属性的类型。
DbComplexPropertyEntry<TEntity, TComplexProperty> 类型公开以下成员。
属性
名称 | 描述 | |
---|---|---|
CurrentValue | 获取或设置此属性的当前值。 (继承自 DbPropertyEntry<TEntity, TProperty>。) | |
EntityEntry | 此属性所属的 DbEntityEntry<TEntity>。 (继承自 DbPropertyEntry<TEntity, TProperty>。) | |
IsModified | 获取或设置一个值,该值指示是否在从数据库加载此属性的值后修改了该值。 (继承自 DbPropertyEntry<TEntity, TProperty>。) | |
Name | 获取属性名称。 (继承自 DbPropertyEntry<TEntity, TProperty>。) | |
OriginalValue | 获取或设置此属性的原始值。 (继承自 DbPropertyEntry<TEntity, TProperty>。) | |
ParentProperty | 此属性嵌套在其中的属性的 DbPropertyEntry。此方法仅为复杂对象的属性返回非 null 项;它将为实体本身的属性返回 null。 (继承自 DbPropertyEntry<TEntity, TProperty>。) |
顶部
方法
名称 | 描述 | |
---|---|---|
ComplexProperty(String) | 获取表示此属性的嵌套复杂属性的对象。 | |
ComplexProperty<TNestedComplexProperty>(Expression<Func<TComplexProperty, TNestedComplexProperty>>) | 获取表示此属性的嵌套复杂属性的对象。 | |
ComplexProperty<TNestedComplexProperty>(String) | 获取表示此属性的嵌套复杂属性的对象。 | |
Equals | 指定对象是否等于指定的对象。 (继承自 DbMemberEntry<TEntity, TProperty>。) | |
Finalize | (继承自 Object。) | |
GetHashCode | 获取与对象关联的哈希代码。 (继承自 DbMemberEntry<TEntity, TProperty>。) | |
GetType | 获取当前实例的 Type。 (继承自 DbMemberEntry<TEntity, TProperty>。) | |
GetValidationErrors | 验证此属性。 (继承自 DbMemberEntry<TEntity, TProperty>。) | |
MemberwiseClone | (继承自 Object。) | |
Property(String) | 获取表示此属性的嵌套属性的对象。此方法可用于标量属性和/或复杂属性。 | |
Property<TNestedProperty>(Expression<Func<TComplexProperty, TNestedProperty>>) | 获取表示此属性的嵌套属性的对象。此方法可用于标量属性和/或复杂属性。 | |
Property<TNestedProperty>(String) | 获取表示此属性的嵌套属性的对象。此方法可用于标量属性和/或复杂属性。 | |
ToString | 返回 DbMemberEntry<TEntity, TProperty> 的字符串表示形式。 (继承自 DbMemberEntry<TEntity, TProperty>。) |
顶部
运算符
名称 | 描述 | |
---|---|---|
Implicit(DbComplexPropertyEntry<TEntity, TComplexProperty> to DbComplexPropertyEntry) | 返回由此对象表示的属性的非泛型 DbComplexPropertyEntry 类的新实例。 |
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。