Get the data type of a FunctionCall such as scope_identity()

129 Views Asked by At

If I have an instance of Microsoft.SqlServer.TransactSql.ScriptDom.FunctionCall, how do I get the data type of the value that will be returned by the function?

0

There are 0 best solutions below