Net.Code.ADONet.Tests.Unit.DbTests.FakeOracleDbCommand.ExecuteScalar C# (CSharp) Method

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object
        public object ExecuteScalar()
        {
            throw new NotImplementedException();
        }