DK11 for .NET | TatukGIS.NDK.TGIS_DbOci.sqlQueryGetFieldById | Constructors | Fields | Methods | Properties
Get a field from the query by field id.
Available also on: Delphi.
Overrides TGIS_DbAbstract.sqlQueryGetFieldById.
// C# public Variant sqlQueryGetFieldById( int _id, int _cursor );
' VisualBasic Public Function sqlQueryGetFieldById( ByVal _id As Integer, ByVal _cursor As Integer ) As Variant
// Oxygene public function sqlQueryGetFieldById( _id : Integer; _cursor : Integer ) : Variant; override;
Name | Type | Description |
---|---|---|
_id | int Integer | identificator of the field |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
Variant | field value |