NetGroup
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| DisplayName | nvarchar(100) | |||
| Description | nvarchar(900) | |||
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() | ||
| Deleted | bit | Default = 0 | ||
| DeletedDate | datetime | yes | ||
| GroupImageID | int | yes | ||
| LockedOut | bit | yes | ||
| LockedDate | datetime | yes | ||
| ShortDescription | nvarchar(100) | yes | ||
| MemberApproval | int | yes | ||
| PublishInDirectory | bit | yes | ||
| InvitationOption | int | yes | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| NetAccountID | int | yes | NetAccount.ID | |
| ClientRolesID | int | yes | ClientRoles.ID | |
| DeletedUserID | int | yes | ClientUsers.ID | |
| LockedUserID | int | yes | ClientUsers.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_NetGroup_ID_DisplayName_Deleted_PublishInDirectory | ID, DisplayName, Deleted, PublishInDirectory | |||
| PK_NetGroup | ID | yes | yes | 
Referenced by
| Referenced by | Field | 
|---|---|
| Message | RecipientGroupID | 
| NetGroupRelation | NetGroupID |