Gets or sets the name of the corresponding DB field in the query.

If this property is not empty, the field is a data field (as opposed to a calculated field).

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string DataField { get; set; }
Visual Basic
Public Property DataField As String
	Get
	Set

Remarks

This name does not need to be unique within the containing collection, and multiple DataSetFields may refer to the same DB field.

Either this property or Expression, but not both, should be defined on a DataSetField. In case both properties are defined, this property is used, and Expression is ignored.

See Also