Aracılığıyla paylaş


DbComplexPropertyEntry.Cast<TEntity,TComplexProperty> Yöntem

Tanım

Eşdeğer genel DbComplexPropertyEntry<TEntity,TComplexProperty> nesneyi döndürür.

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)

Tür Parametreleri

TEntity

Üyenin bildirildiği varlık türü.

TComplexProperty

Karmaşık özelliğin türü.

Döndürülenler

Eşdeğer genel nesne.

Şunlara uygulanır