Click or drag to resize

DataAccessLayerBaseClass.ExecuteScalar Method (String)

Namespace:  EDK4Net.DataAccessLayer
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public Object ExecuteScalar(
	string commandText
)

Parameters

commandText
Type: System.String

Return Value

Type: Object
See Also