Knight Data Access Layer
GetAllForeignKeyConstraints Method (IDatabaseProvider)




KellermanSoftware.NetDataAccessLayer Namespace > IDatabaseProvider Interface : GetAllForeignKeyConstraints Method
Get all constraints for the current database
Syntax
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>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDatabaseProvider Interface
IDatabaseProvider Members