Click or drag to resize
ExtraDatabaseAttribute Class
Provides an extra database within the given test The extra database can be use by a block of code using method ExecuteWithExtraDatabase You can alternatively use method EnsureExtraDatabase(String) to initialize an extra database on-the-fly
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.TestsExtraDatabaseAttribute

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public sealed class ExtraDatabaseAttribute : Attribute

The ExtraDatabaseAttribute type exposes the following members.

Constructors
  NameDescription
Public methodExtraDatabaseAttribute
Constructor
Top
Properties
  NameDescription
Public propertyName
Database name
Top
See Also