Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding icons to DLL assembly. Pin
Arun Bhalla19-Apr-03 12:43
Arun Bhalla19-Apr-03 12:43 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.19-Apr-03 20:35
Stephane Rodriguez.19-Apr-03 20:35 
GeneralVisio 2002 code templates for XML Documentation Pin
David Wulff18-Apr-03 12:07
David Wulff18-Apr-03 12:07 
GeneralRe: Visio 2002 code templates for XML Documentation Pin
David Wulff19-Apr-03 1:13
David Wulff19-Apr-03 1:13 
GeneralReferring the Host Pin
Vasudevan Deepak Kumar18-Apr-03 1:05
Vasudevan Deepak Kumar18-Apr-03 1:05 
GeneralRe: Referring the Host Pin
Stephane Rodriguez.18-Apr-03 21:20
Stephane Rodriguez.18-Apr-03 21:20 
GeneralRe: Referring the Host Pin
J. Dunlap19-Apr-03 8:52
J. Dunlap19-Apr-03 8:52 
GeneralRowFilter on Child rows Pin
xpurt18-Apr-03 0:47
xpurt18-Apr-03 0:47 
Can anyone tell me syntax to filter on child rows of a dataset or DataViewManager

I want to display in a datagrid, all the parent rows who have a particular text value in a column in the child table.

So far I have tried:

dataset.Tables["client"].DefaultView.RowFilter = "Child(relationName).category = 'TextValue'";

and

dataset.Tables["client"].DefaultView.RowFilter = "Max(Child(relationName).category) = 'TextValue'";

The first one returns all parent rows regardless of the child column value and the bottom one only returns the parents who ONLY have one child row that matches the 'TextValue'... parents that have one matching row and other child rows with non-matching rows do not show up...

Any help appreciated
Cheers

QuestionConcatenate With AppendText or the + operator? Pin
Waleed Eissa18-Apr-03 0:27
Waleed Eissa18-Apr-03 0:27 
AnswerRe: Concatenate With AppendText or the + operator? Pin
Vasudevan Deepak Kumar18-Apr-03 3:21
Vasudevan Deepak Kumar18-Apr-03 3:21 
GeneralDataGrid row count Pin
Itanium17-Apr-03 23:05
Itanium17-Apr-03 23:05 
GeneralRe: DataGrid row count Pin
A.Wegierski17-Apr-03 23:37
A.Wegierski17-Apr-03 23:37 
GeneralRe: DataGrid row count Pin
Itanium18-Apr-03 0:43
Itanium18-Apr-03 0:43 
GeneralPart formating of TextBox.Text Pin
Nick Seng17-Apr-03 17:17
Nick Seng17-Apr-03 17:17 
GeneralRe: Part formating of TextBox.Text Pin
Ray Cassick17-Apr-03 18:36
Ray Cassick17-Apr-03 18:36 
GeneralRe: Part formating of TextBox.Text Pin
A.Wegierski18-Apr-03 0:11
A.Wegierski18-Apr-03 0:11 
GeneralOutlook object question Pin
JasperHotmail17-Apr-03 11:59
JasperHotmail17-Apr-03 11:59 
GeneralRe: Outlook object question Pin
Paresh Gheewala17-Apr-03 12:29
Paresh Gheewala17-Apr-03 12:29 
GeneralTreeview/listfview item selection Pin
vlusardi17-Apr-03 10:58
vlusardi17-Apr-03 10:58 
GeneralRe: Treeview/listfview item selection Pin
Paresh Gheewala17-Apr-03 11:27
Paresh Gheewala17-Apr-03 11:27 
GeneralRe: Treeview/listfview item selection Pin
vlusardi17-Apr-03 11:47
vlusardi17-Apr-03 11:47 
GeneralRe: Treeview/listfview item selection Pin
Paresh Gheewala17-Apr-03 12:26
Paresh Gheewala17-Apr-03 12:26 
GeneralEscape character question Pin
kensai17-Apr-03 8:56
kensai17-Apr-03 8:56 
GeneralRe: Escape character question Pin
Alvaro Mendez17-Apr-03 10:31
Alvaro Mendez17-Apr-03 10:31 
GeneralRe: Escape character question Pin
Paresh Gheewala17-Apr-03 11:29
Paresh Gheewala17-Apr-03 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.