The User type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | User | Initializes a new instance of the User class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object Equals(Object).) |
![]() | GetHashCode | (Overrides Object GetHashCode .) |
![]() | ToString | (Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() | connsInUse |
Number of currently open connections.
|
![]() | name |
User name.
|
![]() | readInfo |
List of read statistics. List may be null.
Current statistics by offset are:
|
![]() | roles |
List of assigned roles.
|
![]() | writeInfo |
List of write statistics. List may be null.
Current statistics by offset are:
|
See Also