Freigeben über


DbComplexPropertyEntry.Cast<TEntity,TComplexProperty> Methode

Definition

Gibt das entsprechende generische DbComplexPropertyEntry<TEntity,TComplexProperty> Objekt zurück.

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)

Typparameter

TEntity

Der Entitätstyp, für den der Member deklariert ist.

TComplexProperty

Der Typ der komplexen Eigenschaft.

Gibt zurück

Das entsprechende generische Objekt.

Gilt für: