Represents role type in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  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 nameDescription
DatabaseRole
Database role.
ApplicationRole
Application role.

See Also