[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.DbCommandWrap-3.ExecuteScalar

ExecuteScalar Method

ExecuteScalar()

Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.

Declaration
public override object ExecuteScalar()
Returns
Type Description
object
Overrides