SQLUpdater Constructor (String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic SQLUpdater(
string table
)
Public Sub New (
table As String
)
Parameters
- table
- Type: SystemString
The name of the table to update.
See Also