Hi all ive just started using the SQLHelper and am in need of inserting a record and returning the @@identity

im using the transaction method but it does not return anything "its not ment to"

reading the help file it got members and one of them is

ExecuteReaderTypedParams

Executes a command that returns rows as a SqlDataReader using a DataRow’s column values as parameters.


but how to in invoke it ???