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)
Syntaxpublic void DeleteSync(
string tableName,
string attachmentTableName,
string[][] whereClause
)
Public Sub DeleteSync (
tableName As String,
attachmentTableName As String,
whereClause As String()()
)
public:
void DeleteSync(
String^ tableName,
String^ attachmentTableName,
array<array<String^>^>^ whereClause
)
member DeleteSync :
tableName : string *
attachmentTableName : string *
whereClause : string[][] -> unit
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