コード例 #1
0
ファイル: Model1.Designer.cs プロジェクト: sametson/Test
 /// <summary>
 /// Deprecated Method for adding a new object to the Musteri EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMusteri(Musteri musteri)
 {
     base.AddObject("Musteri", musteri);
 }
コード例 #2
0
ファイル: Model1.Designer.cs プロジェクト: sametson/Test
 /// <summary>
 /// Create a new Musteri object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="adi">Initial value of the Adi property.</param>
 /// <param name="isAktif">Initial value of the IsAktif property.</param>
 public static Musteri CreateMusteri(global::System.Int32 id, global::System.String adi, global::System.Boolean isAktif)
 {
     Musteri musteri = new Musteri();
     musteri.Id = id;
     musteri.Adi = adi;
     musteri.IsAktif = isAktif;
     return musteri;
 }