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