[This is preliminary documentation and is subject to change.]
Gets a list of all the Projects from the database
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetProjects( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetProjects ( _ groupId As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetProjects( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique Id of the group for which the Project list is required
Return Value
The resultset has the following columns- pidThe Project id
- pNameThe Project name
- pCountThe Project count
- pLastDateThe Project's Last modified date
