Skip to main content

DatabaseColumnAttribute Class

Apply to a property on a subclass of QRecord to indicate the name of the column the property is to be associated with.

Properties

PropertyDescription
ColumnGets or sets the column associated with the record property.

Remarks

If this attribute is not used on a property, the default column name will be the same as the property name. WixToolset.Dtf.WindowsInstaller.Linq.dll version 5.0.0-rc.2+dbb148c20d2490cf85f3f62f7d59f8dbc5c1a2c5

Column Property

Gets or sets the column associated with the record property.

Declaration

public string Column { get; set; }