SPDatabaseAction Methods

Include Protected Members
Include Inherited Members

The SPDatabaseAction type exposes the following members.

Methods

  Name Description
Public method Commit Commits the database session. (Overrides SPAction.Commit().)
Public method Dispose Disposes the database session and releases resources. (Overrides SPAction.Dispose().)
Public method Equals (Inherited from Object.)
Protected method ExecuteSql(String) Executes a series of Transact-SQL queries based on the specified string.
Protected method ExecuteSql(String, Int32) Executes a series of Transact-SQL queries based on the specified string within a specified time-out period.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the upgrade action based on the specified object and sequence. (Inherited from SPAction.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rollback Rolls back the database session. (Overrides SPAction.Rollback().)
Public method ToString (Inherited from Object.)
Public method Upgrade Executes the upgrade logic for the action. (Inherited from SPAction.)

Top

See Also

Reference

SPDatabaseAction Class

Microsoft.SharePoint.Upgrade Namespace