LinqDataSourceDesigner.Select 属性

定义

获取或设置包含用于选择操作的值的字符串。

public:
 property System::String ^ Select { System::String ^ get(); void set(System::String ^ value); };
public string Select { get; set; }
member this.Select : string with get, set
Public Property Select As String

属性值

一个在创建 Select 子句时使用的字符串。

适用于

另请参阅