共用方式為


DbCollectionEntry<TEntity,TElement>.Implicit 運算子

定義

傳回這個 物件所表示之導覽屬性之非泛型 DbCollectionEntry 類別的新實例。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.Infrastructure.DbCollectionEntry(System.Data.Entity.Infrastructure.DbCollectionEntry<TEntity,TElement> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbCollectionEntry<'Entity, 'Element (requires 'Entity : null)> -> System.Data.Entity.Infrastructure.DbCollectionEntry
Public Shared Widening Operator CType (entry As DbCollectionEntry(Of TEntity, TElement)) As DbCollectionEntry

參數

entry
DbCollectionEntry<TEntity,TElement>

物件,表示導覽屬性。

傳回

非泛型版本。

屬性

適用於