G
Gordian
Hello,
VS2005 b2
DataTable.Select(string filterExpression)
I want to select all DataRows of a DataColumn.
I tried the like-operator with wildcards* and %.
But the compiler misses the operand.
This behaviour is documented in msdn-docu:
"A wildcard is allowed at the beginning and end of a pattern, or at the
end of a pattern, or at the beginning of a pattern"
"http://msdn.microsoft.com/library/d...fsystemdatadatacolumnclassexpressiontopic.asp
"Syntax error: Missing operand after '*' operator.
The like-operator does only work with string-DataColumns ( I think ).
Greetings
Gordian
VS2005 b2
DataTable.Select(string filterExpression)
I want to select all DataRows of a DataColumn.
I tried the like-operator with wildcards* and %.
But the compiler misses the operand.
This behaviour is documented in msdn-docu:
"A wildcard is allowed at the beginning and end of a pattern, or at the
end of a pattern, or at the beginning of a pattern"
"http://msdn.microsoft.com/library/d...fsystemdatadatacolumnclassexpressiontopic.asp
"Syntax error: Missing operand after '*' operator.
The like-operator does only work with string-DataColumns ( I think ).
Greetings
Gordian