Dim invoices As New InvoicesTypedView()
Dim invoicesFilter as IPredicateExpression = New PredicateExpression( _
New FieldCompareValuePredicate(InvoicesFields.OrderID, ComparisonOperator.GreaterThan, 11000))
invoices.Fill(0, Nothing, True, invoicesFilter)
When i try to use this example..its says that Fill is not a method? Any reason..this is straight from the help manual