Returns a list of all Protocols by projectId

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

Syntax

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

Parameters

projectId
Type: System..::..Int32

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

Return Value

Type: DataTable
DataTable

See Also