コード例 #1
0
        /// <summary>
        /// Executes the query, and returns the first column of the first row in the resultset returned by the query. Extra columns or rows are ignored.
        /// </summary>
        public object ExecuteScalar()
        {
#if DEBUG
            DebugCommand();
#endif
            return(BaseCommand.ExecuteScalar());
        }