/// <summary> /// Deprecated Method for adding a new object to the DataVersions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDataVersions(DataVersion dataVersion) { base.AddObject("DataVersions", dataVersion); }
/// <summary> /// Create a new DataVersion object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="value">Initial value of the Value property.</param> public static DataVersion CreateDataVersion(global::System.Int32 id, global::System.String name, global::System.String value) { DataVersion dataVersion = new DataVersion(); dataVersion.Id = id; dataVersion.Name = name; dataVersion.Value = value; return dataVersion; }