User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.JoinForeign property

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.JoinForeign | Constructors | Fields | Methods | Properties | Events

Field from Query to be joined. Field value must be the same type as JoinPrimary. Query must be ordered by this value.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

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

Value

Type
string
String

References

2022/11/16 01:34

Page Tools