Skip to main content
A newer version of this page is available. .

ColumnInfo.ActualName Property

Returns a string identifier of a data column.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public string ActualName { get; }

Property Value

Type Description
String

A String value, identifying the column.

Remarks

To determine whether a column is referred to by its ColumnInfo.Name or its ColumnInfo.Alias, use the ColumnInfo.HasAlias property.

See Also