DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlQueryNameGEOUID | Constructors | Fields | Methods | Properties | Events
Get a GEO.UID field from the query.
// C# public virtual abstract int sqlQueryNameGEOUID( string _field, string _fieldEx, int _cursor );
' VisualBasic Public Overridable MustOverride Function sqlQueryNameGEOUID( ByVal _field As String, ByVal _fieldEx As String, ByVal _cursor As Integer ) As Integer
// Oxygene public function sqlQueryNameGEOUID( _field : String; _fieldEx : String; _cursor : Integer ) : Integer; virtual; abstract;
Name | Type | Description |
---|---|---|
_field | string String | geometry field name |
_fieldEx | string String | additional geometry field name for PostgreSQL |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
int Integer | field value |