  | DatabaseExecuteScalar Method (String, IDbConnection) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static Object ExecuteScalar(
	string sql,
	IDbConnection connection
)
Public Shared Function ExecuteScalar ( 
	sql As String,
	connection As IDbConnection
) As Object
Parameters
- sql
 - Type: SystemString
 - connection
 - Type: System.DataIDbConnection
 
Return Value
Type: 
Object
See Also