/// <summary> /// Deprecated Method for adding a new object to the DProperties EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDProperties(DProperty dProperty) { base.AddObject("DProperties", dProperty); }
/// <summary> /// Create a new DProperty object. /// </summary> /// <param name="name">Initial value of the Name property.</param> /// <param name="value">Initial value of the Value property.</param> public static DProperty CreateDProperty(global::System.String name, global::System.String value) { DProperty dProperty = new DProperty(); dProperty.Name = name; dProperty.Value = value; return dProperty; }