DbComplexPropertyEntry.Cast<TEntity,TComplexProperty> 方法

定义

返回等效的泛型 DbComplexPropertyEntry<TEntity,TComplexProperty> 对象。

public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> Cast<TEntity,TComplexProperty> () where TEntity : class;
override this.Cast : unit -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)> (requires 'Entity : null)
Public Function Cast(Of TEntity As Class, TComplexProperty As Class) () As DbComplexPropertyEntry(Of TEntity, TComplexProperty)

类型参数

TEntity

在其上声明该成员的实体的类型。

TComplexProperty

复杂属性的类型。

返回

等效泛型对象。

适用于