Delete(T) Method

SimpleEssentials

IDbProvider..::..Delete<(Of <(<'T>)>)> Method

Deleted the row in the table.

Namespace:  SimpleEssentials.DataProvider
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


bool Delete<T>(
	T data,
	CacheSettings cacheSettings,
	string fieldKey
)
Function Delete(Of T) ( _
	data As T, _
	cacheSettings As CacheSettings, _
	fieldKey As String _
) As Boolean
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.

Return Value

True if successful, false if not