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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
String | A String value. Example: “OrderDate DateTime“. |
See Also