Initializes a new instance of the SQLUpdate class
        
        Namespace: DatabaseObjects.SQLAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# | 
|---|
public SQLUpdate( string strTableName )  | 
| Visual Basic | 
|---|
Public Sub New ( _ strTableName As String _ )  | 
| Visual C++ | 
|---|
public: SQLUpdate( String^ strTableName )  | 
Parameters
- strTableName
 - Type: System..::..String
[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLUpdate.#ctor(System.String)"]