Freigeben über


DbComplexPropertyEntry<TEntity,TComplexProperty>.Implicit Betreiber

Definition

Gibt einen neuen instance der nicht generischen DbComplexPropertyEntry Klasse für die durch dieses Objekt dargestellte Eigenschaft zurück.

[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

Parameter

entry
DbComplexPropertyEntry<TEntity,TComplexProperty>

Das -Objekt, das die -Eigenschaft darstellt.

Gibt zurück

Eine nicht generische Version.

Attribute

Gilt für: