DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlTableSetBlob | Constructors | Fields | Methods | Properties | Events
Set a blob data to the table.
// C# public virtual abstract void sqlTableSetBlob( int _id, string _name, OleVariant _data, TGIS_MemoryStream _blob );
' VisualBasic Public Overridable MustOverride 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 ); virtual; abstract;
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 |