'宣言 Public Property DataField As System.String
'使用法 Dim instance As DataSetField Dim value As System.String instance.DataField = value value = instance.DataField
public System.string DataField {get; set;}
If this property is not empty, the field is a data field (as opposed to a calculated field).
'宣言 Public Property DataField As System.String
'使用法 Dim instance As DataSetField Dim value As System.String instance.DataField = value value = instance.DataField
public System.string DataField {get; set;}
Either this property or DataSetField.Expression, but not both, should be defined on a DataSetField. In case both properties are defined, this property is used, and DataSetField.Expression is ignored.