Same as GetProstateResearchByReferenceNumberData but takes a range of record to be returned and allows option of just returning the record count ONLY SQL SERVER 2005 Compatible

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

Syntax

C#
public DataTable GetProstateResearchByReferenceNumberSpecimensInRange(
	bool totalCountOnly,
	string referenceNumber,
	string idType,
	bool showAll,
	int startRow,
	int endRow,
	string datasetSql
)
Visual Basic
Public Function GetProstateResearchByReferenceNumberSpecimensInRange ( 
	totalCountOnly As Boolean,
	referenceNumber As String,
	idType As String,
	showAll As Boolean,
	startRow As Integer,
	endRow As Integer,
	datasetSql As String
) As DataTable
Visual C++
public:
DataTable^ GetProstateResearchByReferenceNumberSpecimensInRange(
	bool totalCountOnly, 
	String^ referenceNumber, 
	String^ idType, 
	bool showAll, 
	int startRow, 
	int endRow, 
	String^ datasetSql
)

Parameters

totalCountOnly
Type: System..::..Boolean

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

referenceNumber
Type: System..::..String

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

idType
Type: System..::..String

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

showAll
Type: System..::..Boolean

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

startRow
Type: System..::..Int32

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

endRow
Type: System..::..Int32

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

datasetSql
Type: System..::..String

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

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.SpecimenManagerDa.GetProstateResearchByReferenceNumberSpecimensInRange(System.Boolean,System.String,System.String,System.Boolean,System.Int32,System.Int32,System.String)"]

See Also