次の方法で共有


DbCollectionEntry.Cast<TEntity, TElement> メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

同等のジェネリック DbCollectionEntry<TEntity, TElement> オブジェクトを返します。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Function Cast(Of TEntity As Class, TElement) As DbCollectionEntry(Of TEntity, TElement)
'使用
Dim instance As DbCollectionEntry 
Dim returnValue As DbCollectionEntry(Of TEntity, TElement)

returnValue = instance.Cast()
public DbCollectionEntry<TEntity, TElement> Cast<TEntity, TElement>()
where TEntity : class
public:
generic<typename TEntity, typename TElement>
where TEntity : ref class 
DbCollectionEntry<TEntity, TElement>^ Cast()
member Cast : unit -> DbCollectionEntry<'TEntity, 'TElement>  when 'TEntity : not struct
JScript does not support generic types and methods.

型パラメーター

  • TEntity
    そのメンバーの宣言に使用されているエンティティの型。
  • TElement
    コレクション要素の型。

戻り値

型 : System.Data.Entity.Infrastructure.DbCollectionEntry<TEntity, TElement>
同等のジェネリック オブジェクト。

参照

参照

DbCollectionEntry クラス

System.Data.Entity.Infrastructure 名前空間