Gets columns associated with the constraint.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public IndexColumnCollection Columns { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Columns As IndexColumnCollection |
Visual C++ |
---|
public: property IndexColumnCollection^ Columns { IndexColumnCollection^ get (); } |