Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1150
DataFieldName vs DataSourceField
posted

What is the difference between these two properties? When I should use the DataSourceField?

So far I have used only the DataFieldName, but IntelliSense also shows DataSourceField (of type DataField) so I was wondering what is the purpose of that. I didn't find any documentation about it.

  • 14049
    Verified Answer
    Offline posted
    Hello,

    DataSourceField references a DataField from the Aikido's data binding
    framework. The object contains information about original data field
    (the one from the data source). Using it you can get reference to actual
    field object off the data source - DataFieldItem, also some other info
    like original name and type.