|
-
Jan 25th, 2004, 11:40 PM
#1
Thread Starter
Addicted Member
more than one column in a datarelation
Hello,
All the samples I got only has 1 column that relates 2 tables.
Dim MyDataRelation As DataRelation
MyDataRelation = New DataRelation("BrUserDept", dtBranchUser.Columns("userid"), dtBranchDept.Columns("userid"))
dsUserDept.Relations.Add(MyDataRelation)
How will I relate 2 tables using more than one column?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|