DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlTableCreateParam | Constructors | Fields | Methods | Properties | Events
Create a table parameter.
// C# public virtual abstract void sqlTableCreateParam( int _id, string _name, TGIS_DataType _type, TGIS_SubDataType _subtype, int _size );
' VisualBasic Public Overridable MustOverride Sub sqlTableCreateParam( ByVal _id As Integer, ByVal _name As String, ByVal _type As TGIS_DataType, ByVal _subtype As TGIS_SubDataType, ByVal _size As Integer )
// Oxygene public procedure sqlTableCreateParam( _id : Integer; _name : String; _type : TGIS_DataType; _subtype : TGIS_SubDataType; _size : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table id |
_name | string String | parameter name |
_type | TGIS_DataType | parameter data type |
_subtype | TGIS_SubDataType | parameter subdata type |
_size | int Integer | parameter data size |