DbEntityEntry<TEntity>.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このオブジェクトによって表される追跡対象エンティティの非ジェネリック DbEntityEntry クラスの新しいインスタンスを返します。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.Infrastructure.DbEntityEntry(System.Data.Entity.Infrastructure.DbEntityEntry<TEntity> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbEntityEntry<'Entity (requires 'Entity : null)> -> System.Data.Entity.Infrastructure.DbEntityEntry
Public Shared Widening Operator CType (entry As DbEntityEntry(Of TEntity)) As DbEntityEntry
パラメーター
- entry
- DbEntityEntry<TEntity>
追跡対象エンティティを表す オブジェクト。
戻り値
非ジェネリック バージョン。
- 属性