Home
gets or sets the mode of MySqlClass... fastest will not have an SqlDataArrayTable or SqlArrayTable, nor have a row count wherease medium will have a rowcount and an SqlDataArrayTable, but no SqlArrayTable, taking a very small hit in speed and full, which is default, will house all three of the above, but will take a small hit in speed.

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public dMode mode { get; set; }
Public Property mode As dMode
public:
property dMode mode {
	dMode get ();
	void set (dMode value);
}

See Also