Table.EnumForeignKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
this function enumerates all the ForeignKeys that reference the primary key of this table
public System.Data.DataTable EnumForeignKeys ();
member this.EnumForeignKeys : unit -> System.Data.DataTable
Public Function EnumForeignKeys () As DataTable