Table Definition - DNSDomain
      Submitted by Synthetic Dreams on Fri, 08/15/2014 - 15:13    
  
  | Field | Type | Read-only | Description | 
|---|---|---|---|
| ID | Integer | Yes | Primary Key (unique ID) for row | 
| ZoneID | Integer | Yes | Foreign Key of parent zone | 
| Name | Char | Yes | Name | 
Usage Notes
- 'DNSDomain' is a read-only table. No UPDATE, INSERT, or DELETE statements may be run against it
- INSERT statements run against the 'DNSZone' table will create a corresponding entry in the 'DNSDomain' table




