Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Kullanicis EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToKullanicis(Kullanici kullanici)
 {
     base.AddObject("Kullanicis", kullanici);
 }
Example #2
0
 /// <summary>
 /// Create a new Kullanici object.
 /// </summary>
 /// <param name="kULLANICI_ID">Initial value of the KULLANICI_ID property.</param>
 /// <param name="kULLANICI_PAROLA">Initial value of the KULLANICI_PAROLA property.</param>
 /// <param name="kULLANICI_EMAIL">Initial value of the KULLANICI_EMAIL property.</param>
 /// <param name="kULLANICI_ADSOYAD">Initial value of the KULLANICI_ADSOYAD property.</param>
 /// <param name="kULLANICI_GOREV">Initial value of the KULLANICI_GOREV property.</param>
 public static Kullanici CreateKullanici(global::System.String kULLANICI_ID, global::System.String kULLANICI_PAROLA, global::System.String kULLANICI_EMAIL, global::System.String kULLANICI_ADSOYAD, global::System.Int32 kULLANICI_GOREV)
 {
     Kullanici kullanici = new Kullanici();
     kullanici.KULLANICI_ID = kULLANICI_ID;
     kullanici.KULLANICI_PAROLA = kULLANICI_PAROLA;
     kullanici.KULLANICI_EMAIL = kULLANICI_EMAIL;
     kullanici.KULLANICI_ADSOYAD = kULLANICI_ADSOYAD;
     kullanici.KULLANICI_GOREV = kULLANICI_GOREV;
     return kullanici;
 }