Gets columns in a foreign table.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public ColumnRefCollection ForeignColumns { get; }
Visual Basic (Declaration)
Public ReadOnly Property ForeignColumns As ColumnRefCollection
Visual C++
public:
property ColumnRefCollection^ ForeignColumns {
	ColumnRefCollection^ get ();
}

See Also