Retrieve data from a column as a MemoryStream
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public bool Get( string columnName, out MemoryStream result ) |
Visual Basic |
---|
Public Function Get ( _ columnName As String, _ <OutAttribute> ByRef result As MemoryStream _ ) As Boolean |
Visual C++ |
---|
public: bool Get( String^ columnName, [OutAttribute] MemoryStream^% result ) |
Parameters
- columnName
- Type: System..::..String
Column name to retrieve data from
- result
- Type: System.IO..::..MemoryStream%
Contains column data upon execution