 | QueryAddLinkedObject(PropertyPath, Boolean, Boolean) - метод |
Добавляет связанный объект для корневого объекта запроса с индексом 0.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic QueryLinkedObject AddLinkedObject(
PropertyPath propertyPath,
bool addAllProperties,
bool isOptional
)
Public Function AddLinkedObject (
propertyPath As PropertyPath,
addAllProperties As Boolean,
isOptional As Boolean
) As QueryLinkedObject
Dim instance As Query
Dim propertyPath As PropertyPath
Dim addAllProperties As Boolean
Dim isOptional As Boolean
Dim returnValue As QueryLinkedObject
returnValue = instance.AddLinkedObject(propertyPath,
addAllProperties, isOptional)
public function AddLinkedObject(
propertyPath : PropertyPath,
addAllProperties : boolean,
isOptional : boolean
) : QueryLinkedObject
Параметры
- propertyPath
- Тип: FinistSoft.ObjectsPropertyPath
Указывает путь для связи добавляемого объекта с корневым объектом запроса. - addAllProperties
- Тип: SystemBoolean
Добавить все реквизиты объекта в качестве реквизитов запроса - isOptional
- Тип: SystemBoolean
Указывает обязательность связи добавляемого объекта и корневого (inner/outer join).
Возвращаемое значение
Тип:
QueryLinkedObjectДобавленный связанный объект
См. также