Creates a delete SQL.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic abstract string Delete(
string tableName,
string where
)
Parameters
- tableName
- Type: SystemString
Name of the table. - where
- Type: SystemString
Where conditions. For example: column1 = 'abc' and column2 < 2.
Return Value
Type:
StringA string with a delete query.
See Also