 | QueryObjectAddDerivedType - метод |
Добавляет уточняющий объект запроса по заданному типу.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic void AddDerivedType(
Type derivedType,
bool addAllProperties,
bool isOptional
)
Public Sub AddDerivedType (
derivedType As Type,
addAllProperties As Boolean,
isOptional As Boolean
)
Dim instance As QueryObject
Dim derivedType As Type
Dim addAllProperties As Boolean
Dim isOptional As Boolean
instance.AddDerivedType(derivedType,
addAllProperties, isOptional)
public function AddDerivedType(
derivedType : Type,
addAllProperties : boolean,
isOptional : boolean
)
Параметры
- derivedType
- Тип: SystemType
Тип уточняющего объекта. - addAllProperties
- Тип: SystemBoolean
Добавить все реквизиты уточняющего объекта в запрос. - isOptional
- Тип: SystemBoolean
Указывает обязательность связи добавляемого уточняющего объекта (inner/left join).
См. также