Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the churchinformations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTochurchinformations(churchinformation churchinformation)
 {
     base.AddObject("churchinformations", churchinformation);
 }
Example #2
0
 /// <summary>
 /// Create a new churchinformation object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="zoneId">Initial value of the ZoneId property.</param>
 /// <param name="is">Initial value of the is property.</param>
 public static churchinformation Createchurchinformation(global::System.Int32 id, global::System.String name, global::System.Int32 zoneId, global::System.String @is)
 {
     churchinformation churchinformation = new churchinformation();
     churchinformation.Id = id;
     churchinformation.Name = name;
     churchinformation.ZoneId = zoneId;
     churchinformation.@is = @is;
     return churchinformation;
 }