DataSQLExecute Method |  |
Execute a SQL statement
Namespace:
Velo.Database.Migration.Database
Assembly:
Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static string SQLExecute(
Databases pDatabase,
string pSQLStatement
)
Public Shared Function SQLExecute (
pDatabase As Databases,
pSQLStatement As String
) As String
Parameters
- pDatabase
- Type: Velo.Database.Migration.DatabaseDatabases
Source or target - pSQLStatement
- Type: SystemString
SQL statement to execute
Return Value
Type:
StringResult of SQL statement or exception message
See Also