Group: StrataFrame Users
Posts: 105,
Visits: 641
|
Is there a way to prevent a BO from showing up in the BO mapper? Reason I ask is I have a subclass of another BO but I don't want a partial class created for it (I don't need it, works fine without it.) My sub-class is simply:
Public Class AtlasSetupDataBOCopy
' This is just a subclass
Inherits AtlasSetupDataBO
End Class
And it does work fine, but really don't want it in the BO Mapper or at least be able to keep it from generating the partial.
Thanks,
Randy Jean
|