コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the property_storage_group EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproperty_storage_group(property_storage_group property_storage_group)
 {
     base.AddObject("property_storage_group", property_storage_group);
 }
コード例 #2
0
 /// <summary>
 /// Create a new property_storage_group object.
 /// </summary>
 /// <param name="property_storage_group_id">Initial value of the property_storage_group_id property.</param>
 public static property_storage_group Createproperty_storage_group(global::System.Decimal property_storage_group_id)
 {
     property_storage_group property_storage_group = new property_storage_group();
     property_storage_group.property_storage_group_id = property_storage_group_id;
     return property_storage_group;
 }