[Missing <summary> documentation for "M:White_Tiger.IWhiteTigerService.IsTableEncrypted(System.String,System.String,System.String,System.String)"]

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

Syntax

C#
bool IsTableEncrypted(
	string username,
	string pass,
	string dbname,
	string tablename
)
Visual Basic
Function IsTableEncrypted ( 
	username As String,
	pass As String,
	dbname As String,
	tablename As String
) As Boolean
Visual C++
bool IsTableEncrypted(
	String^ username, 
	String^ pass, 
	String^ dbname, 
	String^ tablename
)

Parameters

username
Type: System..::..String

[Missing <param name="username"/> documentation for "M:White_Tiger.IWhiteTigerService.IsTableEncrypted(System.String,System.String,System.String,System.String)"]

pass
Type: System..::..String

[Missing <param name="pass"/> documentation for "M:White_Tiger.IWhiteTigerService.IsTableEncrypted(System.String,System.String,System.String,System.String)"]

dbname
Type: System..::..String

[Missing <param name="dbname"/> documentation for "M:White_Tiger.IWhiteTigerService.IsTableEncrypted(System.String,System.String,System.String,System.String)"]

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:White_Tiger.IWhiteTigerService.IsTableEncrypted(System.String,System.String,System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:White_Tiger.IWhiteTigerService.IsTableEncrypted(System.String,System.String,System.String,System.String)"]

See Also