SqlParameterExpression.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the parameter as it will be set on ParameterName and inside the SQL as a placeholder (before any additional placeholder character prefixing).
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String