/// <summary> /// Create a new DataDA object. /// </summary> /// <param name="center">Initial value of the Center property.</param> public static DataDA CreateDataDA(global::System.String center) { DataDA dataDA = new DataDA(); dataDA.Center = center; return(dataDA); }
/// <summary> /// Deprecated Method for adding a new object to the DataDA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDataDA(DataDA dataDA) { base.AddObject("DataDA", dataDA); }