clsDBloadByPrimaryKey Method

Load a record by Primary Key

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected DataSet loadByPrimaryKey(
	string key
)

Parameters

key  String
Primary Key value

Return Value

DataSet
Dataset of retrieved record or null if not found

See Also