Function GetAllForeignKeyConstraints() As List(Of ForeignKeyConstraint)
Dim instance As IDatabaseProvider Dim value As List(Of ForeignKeyConstraint) value = instance.GetAllForeignKeyConstraints()
List<ForeignKeyConstraint> GetAllForeignKeyConstraints()
List<ForeignKeyConstraint*>* GetAllForeignKeyConstraints();
List<ForeignKeyConstraint^>^ GetAllForeignKeyConstraints();
Return Value
List<Constraint>.