Hi,
I have a DataTable, with a String column "strBusinessObjectName". The rows
have already been read. I'm using the .NET DataTable Select() to perform
additional filtering, as per
http://msdn.microsoft.com/en-us/library/system.data.datacolumn.expression.aspx
.
I'm looking for the objects that do not have a colon ( : ) in their names.
Using this statement works on .NET, but gives the subject-line error on
MONO.
... menu_object_table.Select("strBusinessObjectName Not Like '*:*'") ...
Any clues what I'm doing wrong?
Here the line is expanded so you can see where there are single quotes and
where they are double (I checked, replacing the single quotes with doubles
does NOT work):
... menu_object_table.Select( >"< strBusinessObjectName Not Like >'< *:*
>'< >"<) ...
Thanks for any help!
Jan
_______________________________________________
Mono-aspnet-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list