Initializes a new instance of the Field class.
Initializes a new instance of the Field class with the specified Name, DataField, and Value.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal name As String, _ ByVal dataField As String, _ ByVal value As ExpressionInfo _ ) | |
Parameters
- name
- The String indicating the name to use for the field.
- dataField
- The String indicating the data field to use.
- value
- The ExpressionInfo object that evaluates to the value of the field.