/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the tblStatusTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblStatusTypes(tblStatusType tblStatusType) { base.AddObject("tblStatusTypes", tblStatusType); }