Update(T) Method

SimpleEssentials

DbDataProvider..::..Update<(Of <(<'T>)>)> Method

Updates te row in the table by the object passed.

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

Syntax


public bool Update<T>(
	T data,
	CacheSettings cacheSettings
)
Public Function Update(Of T) ( _
	data As T, _
	cacheSettings As CacheSettings _
) As Boolean
public:
generic<typename T>
bool^ Update(
	T data, 
	CacheSettings^ cacheSettings
)

Type Parameters

T

Parameters

data
Type: T
The data.
cacheSettings
Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.

Return Value

True if successful, false if not