/// <summary> /// Create a new Spec object. /// </summary> /// <param name="cB">Initial value of the CB property.</param> public static Spec CreateSpec(global::System.String cB) { Spec spec = new Spec(); spec.CB = cB; return spec; }
/// <summary> /// Deprecated Method for adding a new object to the Specs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSpecs(Spec spec) { base.AddObject("Specs", spec); }