BAPINameSeparator
A separator for concatenating table and column names when the output of the stored procedure contains a table type parameter.
データ型
string
デフォルト値
"_"
解説
When the output parameter of the stored procedure is the table type, we would try to flatten it in the result set of the stored procedure. To avoid the name conflicting issue, we use the separator(default separator is underscore "_") for concatenating table and column names and generate a full column name.