 | QdbTableWriterSetSymbol Method (String, String) |
Set a value in the current row in a column of symbols.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.13.0.0 (3.13.0.0)
Syntaxpublic void SetSymbol(
string name,
string value
)
Public Sub SetSymbol (
name As String,
value As String
)
Parameters
- name
- Type: SystemString
The name of the column you want to modify - value
- Type: SystemString
The value of the point to insert
See Also