Click or drag to resize

SQLiteConnectionExecuteScalarT Method

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T ExecuteScalar<T>(
	string query,
	params Object[] args
)

Parameters

query
Type: SystemString
args
Type: SystemObject

Type Parameters

T

Return Value

Type: T
See Also