共用方式為


DbComplexPropertyEntry<TEntity,TComplexProperty>.Implicit 運算子

定義

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

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

參數

entry
DbComplexPropertyEntry<TEntity,TComplexProperty>

表示 屬性的 物件。

傳回

非泛型版本。

屬性

適用於