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

Column information on the connection to determine the migration option(s) More...

Public Member Functions

override string ToString ()
 Override the string information to return the name More...
 

Properties

string Name [get, set]
 Name of the Column More...
 
int notnull [get, set]
 notnull as int More...
 

Detailed Description

Column information on the connection to determine the migration option(s)

Member Function Documentation

◆ ToString()

override string SQLite.SQLiteConnection.ColumnInfo.ToString ( )

Override the string information to return the name

Returns

Property Documentation

◆ Name

string SQLite.SQLiteConnection.ColumnInfo.Name
getset

Name of the Column

◆ notnull

int SQLite.SQLiteConnection.ColumnInfo.notnull
getset

notnull as int


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