[This is preliminary documentation and is subject to change.]

Returns a datatable consisting of all the field names.

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetFieldNames(
	int projectId
)
Visual Basic (Declaration)
Public Function GetFieldNames ( _
	projectId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetFieldNames(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
The unique id for the Project.

Return Value

Datatable consisting of field names.

See Also