Detail dataset param types

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
flyy
Posts: 17
Joined: Fri 18 Sep 2009 08:34

Detail dataset param types

Post by flyy » Thu 18 Feb 2010 08:04

Hi,

is there a way to find out that which parameters belong to master-detail relation parameter. I mean when i create a master detail relationship between 2 dataset, automatically detail dataset create some parameters for relation. is there a way to seperate this relation parameters from user created parameters?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 18 Feb 2010 10:13

Parameters don't contain any properties to know if they were created by master-detail relationship or not.

flyy
Posts: 17
Joined: Fri 18 Sep 2009 08:34

Post by flyy » Thu 18 Feb 2010 16:12

is it possible add something to do that on next build? it would be really nice
thanks for answer

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 19 Feb 2010 12:21

This functionality is not necessary for other users.
In order to solve the problem you can create master/detail relationship by adding parameters manually. You can find detailed information about it in the "Working with Master/Detail Relationships" topic of UniyDAC help.

Post Reply