DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlTableGetParam | Constructors | Fields | Methods | Properties | Events
Get a parameter from the table.
// C# public virtual abstract Variant sqlTableGetParam( int _id, string _name );
' VisualBasic Public Overridable MustOverride Function sqlTableGetParam( ByVal _id As Integer, ByVal _name As String ) As Variant
// Oxygene public function sqlTableGetParam( _id : Integer; _name : String ) : Variant; virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | string String | name of the field |
Type | Description |
---|---|
Variant | field value |