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