/// <summary> /// Create a new reftarihce object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="bOLGEKODU">Initial value of the BOLGEKODU property.</param> public static reftarihce Createreftarihce(global::System.Int32 id, global::System.Int32 bOLGEKODU) { reftarihce reftarihce = new reftarihce(); reftarihce.ID = id; reftarihce.BOLGEKODU = bOLGEKODU; return reftarihce; }
/// <summary> /// Deprecated Method for adding a new object to the reftarihce EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToreftarihce(reftarihce reftarihce) { base.AddObject("reftarihce", reftarihce); }