A newer version of this page is available.
Switch to the current version.
Column.ActualName Property
Returns a string identifier of a data column.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public override string ActualName { get; }
Public Overrides ReadOnly Property ActualName As String
Property Value
Type | Description |
---|---|
String | A String value, identifying the column. |
See Also
Feedback