I am using the Data Model Xpo Data Model Designer, I need to store images in the Database, what is the field type for this case? Solution To accomplish this task, create a property of the ByteArray type and apply the [DevExpress.Xpo.ValueConverter(typeof(DevExpress.Xpo.Metadata.ImageValueConverter))] attribute to it via the designer's Custom Attributes property. See Also: |
Tutorials > C# Tutorials >