C# Class Weed.SDQ.QColumn

数据[表/视图].列基类(查询列) ----------------------------- 所有函数、QView都通过封装为QColumn,进而归属到查询系统
Inheritance: AQVar
Show file Open project: noear/Weed3 Class Usage Examples

Public Methods

Method Description
As ( string asName ) : QColumn

if(isTryBracket = false)

As ( string asName, bool isTryBracket ) : QColumn
QColumn ( ) : System
QColumn ( string name, QDbType type, bool isKey ) : System
_NEW_TEXT ( ) : string
_OLD_TEXT ( ) : string
this ( string key ) : string

获取或设置元信息

Protected Methods

Method Description
DData ( QColumn dData ) : bool

设置动态数据(包括运算数据,引用数据,函数数据等)

Method Details

As() public method

if(isTryBracket = false)
public As ( string asName ) : QColumn
asName string
return QColumn

As() public method

public As ( string asName, bool isTryBracket ) : QColumn
asName string
isTryBracket bool
return QColumn

DData() protected method

设置动态数据(包括运算数据,引用数据,函数数据等)
protected DData ( QColumn dData ) : bool
dData QColumn 动态数据
return bool

QColumn() public method

public QColumn ( ) : System
return System

QColumn() public method

public QColumn ( string name, QDbType type, bool isKey ) : System
name string
type QDbType
isKey bool
return System

_NEW_TEXT() public method

public _NEW_TEXT ( ) : string
return string

_OLD_TEXT() public method

public _OLD_TEXT ( ) : string
return string

this() public method

获取或设置元信息
public this ( string key ) : string
key string
return string