Public Property Get DependencyExclusionList () As String
Don't test for a FK dependency in these tables when deleting a record
- a cascade delete is at work
Dim s As String
s = xf.DefaultSchema.TableSchema("tblSample").Columns.DependencyExclusionList