LLBLGEN 3.1
Rel Date 16/03/2011
.NET frame work 2.0
Windows Application
DB: Oracle 9i / 10g MSORACLE
In the following FieldCompareValuePredicate, generalmeetdate I am passing null depending on the business logic. Now when it is null it throws exception. Is there a way to check this ?
var filterdescription = new FieldCompareValuePredicate(GeneralmeetFields.Description, null,
ComparisonOperator.Equal, description);
var Generalmeetdate =
new FieldCompareValuePredicate(GeneralmeetFields.Generalmeetdate, null,
ComparisonOperator.Equal,
date);