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