Execute Method

SimpleEssentials

IDbProvider..::..Execute Method

Executes the specified SQL.

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

Syntax


int Execute(
	string sql,
	Object param,
	CacheSettings cacheSettings,
	bool invalidateCache
)
Function Execute ( _
	sql As String, _
	param As Object, _
	cacheSettings As CacheSettings, _
	invalidateCache As Boolean _
) As Integer
int^ Execute(
	String^ sql, 
	Object^ param, 
	CacheSettings^ cacheSettings, 
	bool^ invalidateCache
)

Parameters

sql
Type: String
The SQL.
param
Type: Object
The parameter.
cacheSettings
Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.
invalidateCache
Type: Boolean
if set to true [invalidate cache].

Return Value

TODO