Knight Data Access Layer
CommaDelimitedListOfColumns Property




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > TableIndexAttribute Class : CommaDelimitedListOfColumns Property
Gets the columns used in the index in a comma delimited list
Syntax
Public ReadOnly Property CommaDelimitedListOfColumns As String
Dim instance As TableIndexAttribute
Dim value As String
 
value = instance.CommaDelimitedListOfColumns
public string CommaDelimitedListOfColumns {get;}
public: __property string* get_CommaDelimitedListOfColumns();
public:
property String^ CommaDelimitedListOfColumns {
   String^ 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

TableIndexAttribute Class
TableIndexAttribute Members