We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

datarelation based on two columns

This is the syntax for a datarelation based on one column: Ds1.Relations.Add("relA", Ds1.Tables(0).Columns("Key1"), Ds1.Tables(1).Columns("FKey1")) How can I make a relation based on two columns ? (complex foreign key)

Loader.
Live Chat Icon For mobile
Up arrow icon