DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlQueryGetYMIN | Constructors | Fields | Methods | Properties
Get a YMIN from the query.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGetYMIN.
// Delphi public function sqlQueryGetYMIN( const _field : String; const _cursor : Integer ) : Variant; override;
// C++ Builder public: virtual Variant* sqlQueryGetYMIN( const UnicodeString _field, const int _cursor );
Name | Type | Description |
---|---|---|
_field | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |