Пример #1
0
 /// <summary>
 /// Create a new tblStatusType object.
 /// </summary>
 /// <param name="idStatusType">Initial value of the idStatusType property.</param>
 /// <param name="nameStatusType">Initial value of the nameStatusType property.</param>
 public static tblStatusType CreatetblStatusType(global::System.Int32 idStatusType, global::System.String nameStatusType)
 {
     tblStatusType tblStatusType = new tblStatusType();
     tblStatusType.idStatusType = idStatusType;
     tblStatusType.nameStatusType = nameStatusType;
     return tblStatusType;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblStatusTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblStatusTypes(tblStatusType tblStatusType)
 {
     base.AddObject("tblStatusTypes", tblStatusType);
 }