.NET Framework Class Library
Database.ExecSQL Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Executes an SQL command passed by a string
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function ExecSQL ( _ sqlCmd As String _ |
C# |
|---|
public ShellResult ExecSQL( string sqlCmd |
Visual C++ |
|---|
public: ShellResult^ ExecSQL( |
JavaScript |
|---|
function execSQL(sqlCmd); |
Parameters
sqlCmd
Type: System.String
sql command
Return Value
an instance of ShellResult, to check result data
Remarks
See Also