Deployment Tools Foundation
Columns Property
Gets information about the columns in this table.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ColumnCollection Columns { get; }
Public ReadOnly Property Columns As ColumnCollection
public: property ColumnCollection^ Columns { ColumnCollection^ get (); }
Remarks
This property queries the database every time it is called, to ensure the returned values are up-to-date. For best performance, hold onto the returned collection if using it more than once.