Enum UserKey
Attribute type for searching users.
搜尋使用者的屬性類型。
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public enum UserKey
Fields
| Name | Description |
|---|---|
| Any | Any attribute. |
| FullName | Full name of user. |
| ID | User ID. |
| Password | Password for login. |
| Remark | Remark of user. |
| RoleID | Role ID. |
| SmartID | Smart ID for login. |
| UserName | User name for login. |