2 implementations of ExecuteScalar
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
223public abstract object? ExecuteScalar();
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
53public override object? ExecuteScalar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }