SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Properties | List of all members
SQLite.ColumnAttribute Class Reference

Attribute to specify another name to the column More...

Inheritance diagram for SQLite.ColumnAttribute:

Public Member Functions

 ColumnAttribute (string name)
 Defalut Constructor More...
 

Properties

string Name [get, set]
 Name of the column in the table, can be different than the object name More...
 

Detailed Description

Attribute to specify another name to the column

Constructor & Destructor Documentation

◆ ColumnAttribute()

SQLite.ColumnAttribute.ColumnAttribute ( string  name)

Defalut Constructor

Parameters
name

Property Documentation

◆ Name

string SQLite.ColumnAttribute.Name
getset

Name of the column in the table, can be different than the object name


The documentation for this class was generated from the following file: