Insert(T) Method

SimpleEssentials

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

Inserts a strongly typed object into a table.

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

Syntax


bool Insert<T>(
	T data,
	CacheSettings cacheSettings
)
Function Insert(Of T) ( _
	data As T, _
	cacheSettings As CacheSettings _
) As Boolean
generic<typename T>
bool^ Insert(
	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