DbComplexPropertyEntry.Cast<TEntity, TComplexProperty> 方法
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
返回等效泛型 DbComplexPropertyEntry<TEntity, TComplexProperty> 对象。
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Function Cast(Of TEntity As Class, TComplexProperty) As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
用法
Dim instance As DbComplexPropertyEntry
Dim returnValue As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
returnValue = instance.Cast()
public DbComplexPropertyEntry<TEntity, TComplexProperty> Cast<TEntity, TComplexProperty>()
where TEntity : class
public:
generic<typename TEntity, typename TComplexProperty>
where TEntity : ref class
DbComplexPropertyEntry<TEntity, TComplexProperty>^ Cast()
member Cast : unit -> DbComplexPropertyEntry<'TEntity, 'TComplexProperty> when 'TEntity : not struct
JScript does not support generic types and methods.
类型参数
- TEntity
在其上声明该成员的实体的类型。
- TComplexProperty
复杂属性的类型。
返回值
类型:System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity, TComplexProperty>
等效泛型对象。