SQLInserterExecute Method (String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Execute(
string logSource
)
Public Function Execute (
logSource As String
) As Integer
Parameters
- logSource
- Type: SystemString
The source of the operation, to be logged to the devlog.
Return Value
Type:
Int32Zero, always.
See Also