| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| 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 |  | ||
|  GroupImageID | int |  | ||
|  LockedOut | bit |  | ||
|  LockedDate | datetime |  | ||
|  ShortDescription | nvarchar(100) |  | ||
|  MemberApproval | int |  | ||
|  PublishInDirectory | bit |  | ||
|  InvitationOption | int |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  NetAccountID | int |  | NetAccount.ID | |
|  ClientRolesID | int |  | ClientRoles.ID | |
|  DeletedUserID | int |  | ClientUsers.ID | |
|  LockedUserID | int |  | ClientUsers.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_NetGroup_ID_DisplayName_Deleted_PublishInDirectory | ID, DisplayName, Deleted, PublishInDirectory | |||
|  PK_NetGroup | ID |  |  | 
| Referenced by | Field | 
|---|---|
|  Message | RecipientGroupID | 
|  NetGroupRelation | NetGroupID | 
