Available inventory determined by isotope, number of seeds greater than zero, and implant activity greater than cuttoff activity

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

Syntax

C#
public DataSet ListSeedInventoryByIsotope(
	string prescribedIsotope
)
Visual Basic
Public Function ListSeedInventoryByIsotope ( 
	prescribedIsotope As String
) As DataSet
Visual C++
public:
DataSet^ ListSeedInventoryByIsotope(
	String^ prescribedIsotope
)

Parameters

prescribedIsotope
Type: System..::..String

[Missing <param name="prescribedIsotope"/> documentation for "M:Caisis.DataAccess.SeedDa.ListSeedInventoryByIsotope(System.String)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Caisis.DataAccess.SeedDa.ListSeedInventoryByIsotope(System.String)"]

See Also