User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.joindb

Table of Contents

TGIS_LayerVector.JoinDB property

DK for .NET | TatukGIS.NDK.TGIS_LayerVector.JoinDB | Constructors | Fields | Methods | Properties | Events

DB Query to be joined.

Available also on: Delphi | Java | Python.

Syntax

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

Value

Type
TDataSet
2025/01/31 01:13

Page Tools