DbEntityEntry<TEntity>.Implicit Betreiber

Definition

Gibt eine neue instance der nicht generischen DbEntityEntry Klasse für die nachverfolgte Entität zurück, die von diesem Objekt dargestellt wird.

[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

Parameter

entry
DbEntityEntry<TEntity>

Das Objekt, das die nachverfolgte Entität darstellt.

Gibt zurück

Eine nicht generische Version.

Attribute

Gilt für: