Skip to content

SqlSyntax.IndexParam method

Returns an indexed parameter name like @p123.

public static string IndexParam(this int param)
parameter description
param The parameter index.

Return Value

The parameter name.

See Also