[Missing <summary> documentation for "M:Caisis.DataAccess.ProjectManagementDa.GetOrganizationsByProjectIds(System.Collections.Generic.IEnumerable{System.Int32})"]

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

Syntax

C#
public DataTable GetOrganizationsByProjectIds(
	IEnumerable<int> projectIds
)
Visual Basic
Public Function GetOrganizationsByProjectIds ( 
	projectIds As IEnumerable(Of Integer)
) As DataTable
Visual C++
public:
DataTable^ GetOrganizationsByProjectIds(
	IEnumerable<int>^ projectIds
)

Parameters

projectIds
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Int32>)>)>

[Missing <param name="projectIds"/> documentation for "M:Caisis.DataAccess.ProjectManagementDa.GetOrganizationsByProjectIds(System.Collections.Generic.IEnumerable{System.Int32})"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ProjectManagementDa.GetOrganizationsByProjectIds(System.Collections.Generic.IEnumerable{System.Int32})"]

See Also