DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlQueryGetFieldIndex | Constructors | Fields | Methods | Properties | Events
Get field index from query.
// C# public virtual abstract int sqlQueryGetFieldIndex( string _name, int _cursor );
' VisualBasic Public Overridable MustOverride Function sqlQueryGetFieldIndex( ByVal _name As String, ByVal _cursor As Integer ) As Integer
// Oxygene public function sqlQueryGetFieldIndex( _name : String; _cursor : Integer ) : Integer; virtual; abstract;
Name | Type | Description |
---|---|---|
_name | string String | field name |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
int Integer | field index |