Gets a list of Projects where a User (specified by UserId) is a Contact.

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataTable GetAllProjectsByUserId(
	int userId
)
Visual Basic
Public Function GetAllProjectsByUserId ( 
	userId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetAllProjectsByUserId(
	int userId
)

Parameters

userId
Type: System..::..Int32

[Missing <param name="userId"/> documentation for "M:Caisis.DataAccess.ProjectManagementDa.GetAllProjectsByUserId(System.Int32)"]

Return Value

Type: DataTable
The list of projects for which a User belongs.

See Also