SQLUpdater Constructor (IDatabase, String, String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SQLUpdater(
IDatabase db,
string table,
string where
)
Public Sub New (
db As IDatabase,
table As String,
where As String
)
Parameters
- db
- Type: NetQuarryIDatabase
The database into which to insert. - table
- Type: SystemString
The name of the table to update. - where
- Type: SystemString
The filter clause identifying which record(s) to update.
See Also