/// <summary> /// Create a new GB_FUNCTION_R object. /// </summary> /// <param name="fUNCTION_ID">Initial value of the FUNCTION_ID property.</param> public static GB_FUNCTION_R CreateGB_FUNCTION_R(global::System.String fUNCTION_ID) { GB_FUNCTION_R gB_FUNCTION_R = new GB_FUNCTION_R(); gB_FUNCTION_R.FUNCTION_ID = fUNCTION_ID; return(gB_FUNCTION_R); }
/// <summary> /// Deprecated Method for adding a new object to the GB_FUNCTION_R EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGB_FUNCTION_R(GB_FUNCTION_R gB_FUNCTION_R) { base.AddObject("GB_FUNCTION_R", gB_FUNCTION_R); }