SQLInserter Constructor (String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SQLInserter(
string tableName
)
Public Sub New (
tableName As String
)
Parameters
- tableName
- Type: SystemString
Specifies the table name to use.
See Also