Gets all specimens that are part of a collection but are not in a box

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

Syntax

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

Parameters

colId
Type: System..::..Int32
Collection Id

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetUnboxedSpecimensByCollectionId(System.Int32)"]

See Also