DK11 for .NET | TatukGIS.NDK.TGIS_DbSqlite.sqlTableSetBlob | Constructors | Fields | Methods | Properties
Set a blob data to the table.
Available also on: Delphi.
Overrides TGIS_DbAbstract.sqlTableSetBlob.
// C# public void sqlTableSetBlob( int _id, string _name, OleVariant _data, TGIS_MemoryStream _blob );
' VisualBasic Public Sub sqlTableSetBlob( ByVal _id As Integer, ByVal _name As String, ByVal _data As OleVariant, ByVal _blob As TGIS_MemoryStream )
// Oxygene public procedure sqlTableSetBlob( _id : Integer; _name : String; _data : OleVariant; _blob : TGIS_MemoryStream ); override;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | string String | name of the field |
_data | OleVariant | blob data |
_blob | TGIS_MemoryStream | data stream for pixelstore |