quill.bind

Members

Structs

bind
struct bind

Specifies a column name in a user defined attribute on a property.

Examples

class Model
{
    int id;
    @(bind("columnName")) string name;
}

See Also

quill.mapper

Meta

License

The MIT License, see license file

Authors

Chris Barnes