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

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

Syntax

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

Parameters

root
Type: System..::..String

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

recordtag
Type: System..::..String

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

username
Type: System..::..String

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

pass
Type: System..::..String

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

dbname
Type: System..::..String

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

table
Type: System..::..String

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

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

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

autoaupd
Type: System..::..Boolean

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

See Also