/// <summary> /// Deprecated Method for adding a new object to the tblLicenseTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblLicenseTypes(tblLicenseType tblLicenseType) { base.AddObject("tblLicenseTypes", tblLicenseType); }
/// <summary> /// Create a new tblLicenseType object. /// </summary> /// <param name="idLicenseType">Initial value of the idLicenseType property.</param> /// <param name="nameLicenseType">Initial value of the nameLicenseType property.</param> /// <param name="dateCreated">Initial value of the dateCreated property.</param> /// <param name="createdByLogin">Initial value of the CreatedByLogin property.</param> /// <param name="modifiedByLogin">Initial value of the ModifiedByLogin property.</param> public static tblLicenseType CreatetblLicenseType(global::System.Int32 idLicenseType, global::System.String nameLicenseType, global::System.DateTime dateCreated, global::System.String createdByLogin, global::System.String modifiedByLogin) { tblLicenseType tblLicenseType = new tblLicenseType(); tblLicenseType.idLicenseType = idLicenseType; tblLicenseType.nameLicenseType = nameLicenseType; tblLicenseType.dateCreated = dateCreated; tblLicenseType.CreatedByLogin = createdByLogin; tblLicenseType.ModifiedByLogin = modifiedByLogin; return tblLicenseType; }