/// <summary> /// Create a new tblErrorCode object. /// </summary> /// <param name="errorCodeID">Initial value of the ErrorCodeID property.</param> /// <param name="stratcolErrorID">Initial value of the StratcolErrorID property.</param> /// <param name="stratcolErrorDescription">Initial value of the StratcolErrorDescription property.</param> /// <param name="needsIntegrationUpdate">Initial value of the NeedsIntegrationUpdate property.</param> public static tblErrorCode CreatetblErrorCode(global::System.Int32 errorCodeID, global::System.String stratcolErrorID, global::System.String stratcolErrorDescription, global::System.Boolean needsIntegrationUpdate) { tblErrorCode tblErrorCode = new tblErrorCode(); tblErrorCode.ErrorCodeID = errorCodeID; tblErrorCode.StratcolErrorID = stratcolErrorID; tblErrorCode.StratcolErrorDescription = stratcolErrorDescription; tblErrorCode.NeedsIntegrationUpdate = needsIntegrationUpdate; return tblErrorCode; }
/// <summary> /// Deprecated Method for adding a new object to the tblErrorCodes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblErrorCodes(tblErrorCode tblErrorCode) { base.AddObject("tblErrorCodes", tblErrorCode); }