Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • code-generation
  • database
  • development

Is it possible to add using with CodeFluent Entities snippet?

May 26, 2014 See the question and my original answer on StackOverflow

You can add namespace imports in generated code using the BOM producer properties:

  • double click on the producer node in Visual Studio's Solution Explorer
  • select the "Advanced" property grid tab
  • Add "System" and "System.Linq" as namespace imports (separated by a comma)

CodeFluent Entities BOM Producer Advanced Properties

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms