Class Index
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Represents a datatable index
public class Index
- Inheritance
-
Index
- Inherited Members
Constructors
Index()
Default constructor
public Index()
Properties
IncludedColumns
Included columns list
public List<string> IncludedColumns { get; set; }
Property Value
IsUnique
Is undex unique
public bool IsUnique { get; set; }
Property Value
KeyColumns
Key columns
public string KeyColumns { get; set; }
Property Value
Name
Index name
public string Name { get; set; }