DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlGetBindedField | Constructors | Fields | Methods | Properties | Events
Get the field value for a shape given by a unique identity. Values are retrieved from the database.
// C# public virtual abstract Variant sqlGetBindedField( int _field, bool _rebindFields, int _cursor );
' VisualBasic Public Overridable MustOverride Function sqlGetBindedField( ByVal _field As Integer, ByVal _rebindFields As Boolean, ByVal _cursor As Integer ) As Variant
// Oxygene public function sqlGetBindedField( _field : Integer; _rebindFields : Boolean; _cursor : Integer ) : Variant; virtual; abstract;
Name | Type | Description |
---|---|---|
_field | int Integer | field id (used as a bind number if _field = '' ) |
_rebindFields | bool Boolean | if True, binded fields will be refreshed. |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
Variant | field value |