DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlQueryStructure | Constructors | Fields | Methods | Properties | Events
Fill the current layer structure based on the query.
// C# public virtual abstract void sqlQueryStructure( string _tableName, string _uidName, TGIS_LayerAddFieldEvent _addFieldEvent );
' VisualBasic Public Overridable MustOverride Sub sqlQueryStructure( ByVal _tableName As String, ByVal _uidName As String, ByVal _addFieldEvent As TGIS_LayerAddFieldEvent )
// Oxygene public procedure sqlQueryStructure( _tableName : String; _uidName : String; _addFieldEvent : TGIS_LayerAddFieldEvent ); virtual; abstract;
Name | Type | Description |
---|---|---|
_tableName | string String | table name |
_uidName | string String | uid field name |
_addFieldEvent | TGIS_LayerAddFieldEvent | event that will add a field to the layer |