Is it possible to get all Foreign Keys names from a bank without having to make a select?
I tried GetSchema and found all the PK, IX, UQ, minus the FK.
Is it possible to get all Foreign Keys names from a bank without having to make a select?
I tried GetSchema and found all the PK, IX, UQ, minus the FK.
sqlConnection.GetSchema("ForeignKeys");