Skip to main content

DBNameTypePair.ToString() Method

Returns a value, specifying the name and type of the data table column (separated by a white space).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public override string ToString()

Returns

Type Description
String

A String value. Example: “OrderDate DateTime“.

See Also