RowToFieldTransformer::FieldName Property
.NET Framework (current version)
Gets or sets the name of the value to transform.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: