DataField Property (Field)
In This Topic
Gets or sets the name of the field in the query. Note: Data field names do not have to be unique. Multiple fields can refer to the same data field name. Field must have exactly one of the following:
DataField or
Value.
Syntax
'Declaration
Public Property DataField As String
public string DataField {get; set;}
See Also