SqlSyntax.IndexParam method
namespace: Serenity.Data assembly: Serenity.Net.Data
Returns an indexed parameter name like @p123.
public static string IndexParam(this int param)
| parameter | description |
|---|---|
| param | Param index. |
Return Value
Param name.
See Also
- class SqlSyntax