[Missing <summary> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
void UpdateTable(
	string root,
	string recordtag,
	string username,
	string pass,
	string dbname,
	string table,
	List<Object[]> rows
)
Visual Basic
Sub UpdateTable ( 
	root As String,
	recordtag As String,
	username As String,
	pass As String,
	dbname As String,
	table As String,
	rows As List(Of Object())
)
Visual C++
void UpdateTable(
	String^ root, 
	String^ recordtag, 
	String^ username, 
	String^ pass, 
	String^ dbname, 
	String^ table, 
	List<array<Object^>^>^ rows
)

Parameters

root
Type: System..::..String

[Missing <param name="root"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

recordtag
Type: System..::..String

[Missing <param name="recordtag"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

username
Type: System..::..String

[Missing <param name="username"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

pass
Type: System..::..String

[Missing <param name="pass"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

dbname
Type: System..::..String

[Missing <param name="dbname"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

table
Type: System..::..String

[Missing <param name="table"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

rows
Type: System.Collections.Generic..::..List<(Of <(<'array<Object>[]()[][]>)>)>

[Missing <param name="rows"/> documentation for "M:White_Tiger.IWhiteTigerService.UpdateTable(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Object[]})"]

See Also