Click or drag to resize

DatabaseExecuteScalar Method (String, IDbConnection)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static Object ExecuteScalar(
	string sql,
	IDbConnection connection
)

Parameters

sql
Type: SystemString
connection
Type: System.DataIDbConnection

Return Value

Type: Object
See Also