/// <summary> /// Deprecated Method for adding a new object to the OrdUserColumn EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOrdUserColumn(OrdUserColumn ordUserColumn) { base.AddObject("OrdUserColumn", ordUserColumn); }
/// <summary> /// Create a new OrdUserColumn object. /// </summary> /// <param name="userColumnID">Initial value of the UserColumnID property.</param> /// <param name="userName">Initial value of the UserName property.</param> /// <param name="customType">Initial value of the CustomType property.</param> /// <param name="customColumn">Initial value of the CustomColumn property.</param> public static OrdUserColumn CreateOrdUserColumn(global::System.Int32 userColumnID, global::System.String userName, global::System.String customType, global::System.String customColumn) { OrdUserColumn ordUserColumn = new OrdUserColumn(); ordUserColumn.UserColumnID = userColumnID; ordUserColumn.UserName = userName; ordUserColumn.CustomType = customType; ordUserColumn.CustomColumn = customColumn; return ordUserColumn; }