User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.joinado

Table of Contents

ITGIS_LayerVector.JoinADO property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.JoinADO | Methods | Properties

ADO Query to be joined. Used only if JoinDB is not assigned.

Available also on: Delphi | .NET | Java.

Syntax

// C#
public _Recordset JoinADO
{
  get {}
  set {}
}
' VisualBasic
Public Property JoinADO As _Recordset
  Get
  End Get
  Set(ByVal value As _Recordset)
  End Set
End Property
// Oxygene
public
  property JoinADO : _Recordset read read;

Value

Type
_Recordset

References

2020/05/28 09:04

Page Tools