Knight Data Access Layer
GetAllForeignKeyConstraints Method (OleDbProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > OleDbProvider Class : GetAllForeignKeyConstraints Method
Currently not supported
Syntax
Public Overrides Function GetAllForeignKeyConstraints() As List(Of ForeignKeyConstraint)
Dim instance As OleDbProvider
Dim value As List(Of ForeignKeyConstraint)
 
value = instance.GetAllForeignKeyConstraints()
public override List<ForeignKeyConstraint> GetAllForeignKeyConstraints()
public: List<ForeignKeyConstraint*>* GetAllForeignKeyConstraints(); override 
public:
List<ForeignKeyConstraint^>^ GetAllForeignKeyConstraints(); override 

Return Value

List<ForeignKeyConstraint>.
Exceptions
ExceptionDescription
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
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

OleDbProvider Class
OleDbProvider Members