Get all specimens records. Order by Boxname, then PositionId

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

Syntax

C#
public DataTable GetAllSpecimens(
	string idType,
	bool showAll,
	string datasetSql
)
Visual Basic
Public Function GetAllSpecimens ( 
	idType As String,
	showAll As Boolean,
	datasetSql As String
) As DataTable
Visual C++
public:
DataTable^ GetAllSpecimens(
	String^ idType, 
	bool showAll, 
	String^ datasetSql
)

Parameters

idType
Type: System..::..String

[Missing <param name="idType"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetAllSpecimens(System.String,System.Boolean,System.String)"]

showAll
Type: System..::..Boolean

[Missing <param name="showAll"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetAllSpecimens(System.String,System.Boolean,System.String)"]

datasetSql
Type: System..::..String

[Missing <param name="datasetSql"/> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetAllSpecimens(System.String,System.Boolean,System.String)"]

Return Value

Type: DataTable
DataTable with all specimens.

See Also