<Environment Info>
Adpater pattern
LLBL Designer version 2.0.0.0
LLBLGen Pro .NET 2.0 ORM Support Classes 2.0.0.60904
.Net 2.0
VS.NET 2005
</Environment Info>
Can we do this at top of any cs file . Coditionally including Namespace for TypedView classes.
<[If HasTypedView]> using <[RootNamespace]>.TypedViewClasses;<[EndIf]>
Generated code for this is ::
if
using ADC.SEM.DAL.TypedViewClasses;
Extra "#if" is there in it
Thanks