/// <summary>
 /// Create a new DocTypeTable object.
 /// </summary>
 /// <param name="docType">Initial value of the DocType property.</param>
 public static DocTypeTable CreateDocTypeTable(global::System.Int32 docType)
 {
     DocTypeTable docTypeTable = new DocTypeTable();
     docTypeTable.DocType = docType;
     return docTypeTable;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DocTypeTable EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDocTypeTable(DocTypeTable docTypeTable)
 {
     base.AddObject("DocTypeTable", docTypeTable);
 }