/// <summary>
 /// Create a new Options object.
 /// </summary>
 /// <param name="propertyName">Initial value of the PropertyName property.</param>
 public static Options CreateOptions(global::System.String propertyName)
 {
     Options options = new Options();
     options.PropertyName = propertyName;
     return options;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Options EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOptions(Options options)
 {
     base.AddObject("Options", options);
 }