/// <summary>
 /// Create a new usertype object.
 /// </summary>
 /// <param name="display">Initial value of the Display property.</param>
 /// <param name="key">Initial value of the Key property.</param>
 /// <param name="pKey">Initial value of the PKey property.</param>
 public static usertype Createusertype(global::System.String display, global::System.Int64 key, global::System.Int64 pKey)
 {
     usertype usertype = new usertype();
     usertype.Display = display;
     usertype.Key = key;
     usertype.PKey = pKey;
     return usertype;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the usertypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTousertypes(usertype usertype)
 {
     base.AddObject("usertypes", usertype);
 }