次の方法で共有


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>

プロパティを表す オブジェクト。

戻り値

非ジェネリック バージョン。

属性

適用対象