예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_FormItemType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_FormItemType(tbl_FormItemType tbl_FormItemType)
 {
     base.AddObject("tbl_FormItemType", tbl_FormItemType);
 }
예제 #2
0
 /// <summary>
 /// Create a new tbl_FormItemType object.
 /// </summary>
 /// <param name="formItemTypeID">Initial value of the FormItemTypeID property.</param>
 /// <param name="fIT_Name">Initial value of the FIT_Name property.</param>
 public static tbl_FormItemType Createtbl_FormItemType(global::System.Int32 formItemTypeID, global::System.String fIT_Name)
 {
     tbl_FormItemType tbl_FormItemType = new tbl_FormItemType();
     tbl_FormItemType.FormItemTypeID = formItemTypeID;
     tbl_FormItemType.FIT_Name = fIT_Name;
     return tbl_FormItemType;
 }