/// <summary> /// Create a new Sk_Branch object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="createdOn">Initial value of the CreatedOn property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="address">Initial value of the Address property.</param> public static Sk_Branch CreateSk_Branch(global::System.Int32 id, global::System.DateTime createdOn, global::System.String name, global::System.String address) { Sk_Branch sk_Branch = new Sk_Branch(); sk_Branch.Id = id; sk_Branch.CreatedOn = createdOn; sk_Branch.Name = name; sk_Branch.Address = address; return sk_Branch; }
/// <summary> /// Deprecated Method for adding a new object to the Sk_Branch EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSk_Branch(Sk_Branch sk_Branch) { base.AddObject("Sk_Branch", sk_Branch); }