DbPropertyEntry.Cast<TEntity, TProperty> メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
同等のジェネリック DbPropertyEntry<TEntity, TProperty> オブジェクトを返します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Function Cast(Of TEntity As Class, TProperty) As DbPropertyEntry(Of TEntity, TProperty)
'使用
Dim instance As DbPropertyEntry
Dim returnValue As DbPropertyEntry(Of TEntity, TProperty)
returnValue = instance.Cast()
public DbPropertyEntry<TEntity, TProperty> Cast<TEntity, TProperty>()
where TEntity : class
public:
generic<typename TEntity, typename TProperty>
where TEntity : ref class
DbPropertyEntry<TEntity, TProperty>^ Cast()
member Cast : unit -> DbPropertyEntry<'TEntity, 'TProperty> when 'TEntity : not struct
JScript does not support generic types and methods.
型パラメーター
- TEntity
そのメンバーの宣言に使用されているエンティティの型。
- TProperty
プロパティの型。
戻り値
型 : System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity, TProperty>
同等のジェネリック オブジェクト。