SPDatabaseAction.ExecuteSql method
Executes a series of Transact-SQL queries based on the specified string.
Overload list
Name | Description | |
---|---|---|
ExecuteSql(String) | Executes a series of Transact-SQL queries based on the specified string. | |
ExecuteSql(String, Int32) | Executes a series of Transact-SQL queries based on the specified string within a specified time-out period. |
Top