Hello, i have a LLBLGenProDataSource that simply fectchs all active records in DB, by some reason it doesn't recognize the Active as a field in the entity.
Am i doing something wrong?
<llblgenpro:LLBLGenProDataSource ID="LLBLGenProDataSourcePaises" runat="server" DataContainerType="EntityCollection"
EntityCollectionTypeName="dalEOnline.CollectionClasses.PaisesCollection, dalEOnline" CacheLocation="Session">
<SelectParameters>
<asp
arameter DefaultValue="True" Name="Active" Type="Boolean" />
</SelectParameters>
</llblgenpro:LLBLGenProDataSource>
Best Regards.