RowToFieldTransformer.FieldName Property

Definition

Gets or sets the name of the value to transform.

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

Property Value

A String containing the name of the field to transform.

Remarks

The FieldName property represents the data from the provider row that will be transformed for the consumer. The FieldName property can be set by the user through the RowToFieldTransformer configuration control, or set declaratively in the <asp:RowToFieldTransformer FieldName="selectedField" /> tag, where selectedField contains the name of the field to transform.

Applies to