Represents role type in the database structure.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum RoleType |
| Visual Basic (Declaration) |
|---|
Public Enumeration RoleType |
| Visual C++ |
|---|
public enum class RoleType |
Members
| Member name | Description | |
|---|---|---|
| DatabaseRole | Database role. | |
| ApplicationRole | Application role. |