Knight Data Access Layer
CompositeKeys Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : CompositeKeys Property
Get a list of the composite keys for the table
Syntax
Public ReadOnly Property CompositeKeys As List(Of Field)
Dim instance As Table
Dim value As List(Of Field)
 
value = instance.CompositeKeys
public List<Field> CompositeKeys {get;}
public: __property List<Field*>* get_CompositeKeys();
public:
property List<Field^>^ CompositeKeys {
   List<Field^>^ get();
}
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

Table Class
Table Members