Exemplo n.º 1
0
        /// <summary>
        /// Create a new BehoerdenEntity object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="behoerdenName">Initial value of the BehoerdenName property.</param>
        public static BehoerdenEntity CreateBehoerdenEntity(global::System.Int32 id, global::System.String behoerdenName)
        {
            BehoerdenEntity behoerdenEntity = new BehoerdenEntity();

            behoerdenEntity.Id            = id;
            behoerdenEntity.BehoerdenName = behoerdenName;
            return(behoerdenEntity);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BehoerdenEntities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBehoerdenEntities(BehoerdenEntity behoerdenEntity)
 {
     base.AddObject("BehoerdenEntities", behoerdenEntity);
 }