Click or drag to resize

TDengineOptions Method

Set client options, currently only time zone setting (_TSDB_OPTIONTIMEZONE)and encoding setting (_TSDB_OPTIONLOCALE) are supported. The time zone and encoding default to the current operating system settings.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static void Options(
	int option,
	string value
)

Parameters

option
Type: SystemInt32

[Missing <param name="option"/> documentation for "M:TDengineDriver.TDengine.Options(System.Int32,System.String)"]

value
Type: SystemString
When the return value is 0, it means success, and when it is -1, it means failure.
See Also