DbVariableReferenceExpression.VariableName 属性

定义

获取所引用的变量的名称。Gets the name of the referenced variable.

public:
 property System::String ^ VariableName { System::String ^ get(); };
public string VariableName { get; }
member this.VariableName : string
Public ReadOnly Property VariableName As String

属性值

String

所引用的变量的名称。The name of the referenced variable.

适用于