DbVariableReferenceExpression.VariableName 属性

定义

获取所引用的变量的名称。

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

属性值

所引用的变量的名称。

适用于