共用方式為


DbEntityEntry<TEntity>.Implicit 運算子

定義

傳回這個 物件所表示之追蹤實體之非泛型 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>

物件,表示追蹤的實體。

傳回

非泛型版本。

屬性

適用於