.NET Framework Class Library
Database.ExecuteQuery Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Overload List
|
Name |
Description |
|---|---|---|
|
Executes a query against the database. The query must be a valid SQL command that can be executed against the database. It does not return any result, it is used for commands like INSERT, UPDATE, DELETE, etc. |
|
|
See Also