Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_fun_filters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_fun_filters(T_fun_filters t_fun_filters)
 {
     base.AddObject("T_fun_filters", t_fun_filters);
 }
Пример #2
0
 /// <summary>
 /// Create a new T_fun_filters object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="fil_name">Initial value of the fil_name property.</param>
 /// <param name="myapp_id">Initial value of the myapp_id property.</param>
 /// <param name="fil_where">Initial value of the fil_where property.</param>
 public static T_fun_filters CreateT_fun_filters(global::System.Int32 id, global::System.String fil_name, global::System.Int32 myapp_id, global::System.String fil_where)
 {
     T_fun_filters t_fun_filters = new T_fun_filters();
     t_fun_filters.id = id;
     t_fun_filters.fil_name = fil_name;
     t_fun_filters.myapp_id = myapp_id;
     t_fun_filters.fil_where = fil_where;
     return t_fun_filters;
 }