SPDatabaseAction.ExecuteSql Method
Include Protected Members
Include Inherited Members
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