smartDBforms.NET API Reference

FieldSchema.ExtendedProperties Property

This is a collection with all database extended properties for this column. The database extended properties has string values.

[Visual Basic]
Public ReadOnly Property ExtendedProperties As PropertyCollection
[C#]
public PropertyCollection ExtendedProperties {get;}

Remarks

You can use the extended properties to put additional information about the database column.

For example you can display columns of type byte[] as downloadable file or as an image. To distinguish between the two kinds of columns you can put extended property ISIMAGE to the binary columns that should be displayed as an image.

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace