Gets columns included with this index.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ColumnRefCollection IncludedColumns { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IncludedColumns As ColumnRefCollection |
| Visual C++ |
|---|
public: property ColumnRefCollection^ IncludedColumns { ColumnRefCollection^ get (); } |