| TDengineLoadTableInfo 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 public static int LoadTableInfo(
IntPtr taos,
string[] tableList
)
Parameters
- taos
- Type: SystemIntPtr
taos connection - tableList
- Type: SystemString
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