DbDataProvider..::..Delete<(Of <(<'T>)>)> Method
Deleted the row in the table.
Namespace:
SimpleEssentials.DataProvider
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
public bool Delete<T>( T data, CacheSettings cacheSettings, string fieldKey )
Public Function Delete(Of T) ( _ data As T, _ cacheSettings As CacheSettings, _ fieldKey As String _ ) As Boolean
public: generic<typename T> bool^ Delete( T data, CacheSettings^ cacheSettings, String^ fieldKey )
Type Parameters
- T
Parameters
- data
- Type: T
The data.
- cacheSettings
- Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.
- fieldKey
- Type: String
The field key.