Returns a list of all Organizations Assigned to a project

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

Syntax

C#
public DataTable GetOrgByProjectAndOrgId(
	int projectId,
	int OrgId
)
Visual Basic
Public Function GetOrgByProjectAndOrgId ( 
	projectId As Integer,
	OrgId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetOrgByProjectAndOrgId(
	int projectId, 
	int OrgId
)

Parameters

projectId
Type: System..::..Int32

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

OrgId
Type: System..::..Int32

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

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ProjectManagementDa.GetOrgByProjectAndOrgId(System.Int32,System.Int32)"]

See Also