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

Gets the tracker metabase information

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

Syntax

C#
public DataTable GetTrackerMetabase(
	int projectId,
	bool showBasicTypes
)
Visual Basic (Declaration)
Public Function GetTrackerMetabase ( _
	projectId As Integer, _
	showBasicTypes As Boolean _
) As DataTable
Visual C++
public:
DataTable^ GetTrackerMetabase(
	int projectId, 
	bool showBasicTypes
)

Parameters

projectId
Type: System..::.Int32
The unique id of the project
showBasicTypes
Type: System..::.Boolean

Return Value

The datatable corresponding to the metabase

See Also