Click or drag to resize

DataManagerImplDelete Method (String, String)

Delete record from table

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Delete(
	string tableName,
	string whereClause = ""
)

Parameters

tableName
Type: SystemString
Table name
whereClause (Optional)
Type: SystemString
Where clause for deletion

Return Value

Type: Int32
No of records deleted
See Also