Knight Data Access Layer
HasCompositeKeys Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : HasCompositeKeys Property
If true this table uses a composite key
Syntax
Public ReadOnly Property HasCompositeKeys As Boolean
Dim instance As Table
Dim value As Boolean
 
value = instance.HasCompositeKeys
public bool HasCompositeKeys {get;}
public: __property bool get_HasCompositeKeys();
public:
property bool HasCompositeKeys {
   bool 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