Share via


SqlParameterExpression.Name Property

Definition

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

Property Value

Applies to