Click or drag to resize

TDengine.LoadTableInfo Method

user application call this API to load all tables meta,this method call the native method LoadTableInfoDll. this method must be called before StmtSetSubTbname(IntPtr stmt, string name);

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static int LoadTableInfo(
	IntPtr taos,
	string[] tableList
)

Parameters

taos
Type: System.IntPtr
taos connection
tableList
Type:System.String[]
tables need to load meta info are form in an array

Return Value

Type: Int32

[Missing <returns> documentation for "M:TDengineDriver.TDengine.LoadTableInfo(System.IntPtr,System.String[])"]

See Also