LinqDataSourceDesigner.Where 属性

定义

获取或设置 LinqDataSource 控件的 Where 属性。Gets or sets the Where property of the LinqDataSource control.

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

属性值

String

Where 属性的值。The value of the Where property.

适用于

另请参阅