DbEntityEntry.ComplexProperty - метод
[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]
Возвращает объект, представляющий сложное свойство данной сущности.
Пространство имен: System.Data.Entity.Infrastructure
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
Public Function ComplexProperty ( _
propertyName As String _
) As DbComplexPropertyEntry
'Применение
Dim instance As DbEntityEntry
Dim propertyName As String
Dim returnValue As DbComplexPropertyEntry
returnValue = instance.ComplexProperty(propertyName)
public DbComplexPropertyEntry ComplexProperty(
string propertyName
)
public:
DbComplexPropertyEntry^ ComplexProperty(
String^ propertyName
)
member ComplexProperty :
propertyName:string -> DbComplexPropertyEntry
public function ComplexProperty(
propertyName : String
) : DbComplexPropertyEntry
Параметры
- propertyName
Тип: System.String
Имя сложного свойства.
Возвращаемое значение
Тип: System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Объект, представляющий сложное свойство.