/// <summary>
 /// Create a new association object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="form_name">Initial value of the form_name property.</param>
 /// <param name="stamp">Initial value of the stamp property.</param>
 /// <param name="access_criteria">Initial value of the access_criteria property.</param>
 public static association Createassociation(global::System.Int32 id, global::System.String form_name, global::System.DateTime stamp, global::System.String access_criteria)
 {
     association association = new association();
     association.id = id;
     association.form_name = form_name;
     association.stamp = stamp;
     association.access_criteria = access_criteria;
     return association;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the associations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToassociations(association association)
 {
     base.AddObject("associations", association);
 }