RepeaterDesigner.DataMember Property

Definition

Gets or sets the name of a specific table or view in the data source object to bind the Repeater control to.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

The name of a table or view in the data source.

Applies to

See also