I have the following Datasource below.
I require the selection of records from the datasource where the PK is null; is this possible? What would be the syntax.
<data:SyndicatorsDataSource ID="SyndicatorDataSource" runat="server" SelectMethod="GetAll" Filter="Pk is not null" />
Thanks
Matt