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