/// <summary>
 /// Deprecated Method for adding a new object to the SystemProperties EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSystemProperties(SystemProperty systemProperty)
 {
     base.AddObject("SystemProperties", systemProperty);
 }
 /// <summary>
 /// Create a new SystemProperty object.
 /// </summary>
 /// <param name="code">Initial value of the Code property.</param>
 public static SystemProperty CreateSystemProperty(global::System.String code)
 {
     SystemProperty systemProperty = new SystemProperty();
     systemProperty.Code = code;
     return systemProperty;
 }