ComponentOne DataObjects for .NET
DataMember Property (CurrentRowChangedEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > CurrentRowChangedEventArgs Class : DataMember Property
For C1DataSet rowsets, that is, when a C1DataSet component is specified as the DataSource value for a bound control, this property returns the DataMember value used to bind to this rowset. In other cases, the value is empty string.
Syntax
'Declaration
 
Public ReadOnly Property DataMember As System.String
public System.string DataMember {get;}
See Also

Reference

CurrentRowChangedEventArgs Class
CurrentRowChangedEventArgs Members