clsDBdelete Method

Delete record

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public bool delete(
	string key
)

Parameters

key  String
Primary Key of record to be deleted

Return Value

Boolean
True if successful, False if not

See Also