A string representing the name of the parameter, or an empty string ("") for unnamed parameters. Specifying a null reference
(Nothing in Visual Basic) results in an empty string being used.
In UltraLite.NET, parameter names are not used by an ULCommand object. All parameters are treated as positional parameters
and are used by a command in the order that they were added.