Click or drag to resize

DataManagerImplDeleteSync Method (String, 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 void DeleteSync(
	string tableName,
	string attachmentTableName,
	string[][] whereClause
)

Parameters

tableName
Type: SystemString
Table name
attachmentTableName
Type: SystemString
whereClause
Type: SystemString
Where clause for deletion

Return Value

Type: 
No of records deleted
See Also