Поделиться через


DbReferenceEntry<TEntity,TProperty>.Implicit Оператор

Определение

Возвращает новый экземпляр неуниверсационного DbReferenceEntry класса для свойства навигации, представленного этим объектом.

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

Параметры

entry
DbReferenceEntry<TEntity,TProperty>

Объект , представляющий свойство навигации.

Возвращаемое значение

Неуниверсационная версия.

Атрибуты

Применяется к