Gets the database object field name.
public System.string FieldName {get;}
public: __property System.string* get_FieldName();
'Declaration
Public ReadOnly Property FieldName As System.String
'Usage
Dim instance As StatisticsOutputColumn
Dim value As System.String
value = instance.FieldName
Property Value
Returns field name if the column is a simple database object field, otherwise returns empty string.