C# 클래스 Weed.SDQ.QColumn

数据[表/视图].列基类(查询列) ----------------------------- 所有函数、QView都通过封装为QColumn,进而归属到查询系统
상속: AQVar
파일 보기 프로젝트 열기: noear/Weed3 1 사용 예제들

공개 메소드들

메소드 설명
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

获取或设置元信息

보호된 메소드들

메소드 설명
DData ( QColumn dData ) : bool

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

메소드 상세

As() 공개 메소드

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

As() 공개 메소드

public As ( string asName, bool isTryBracket ) : QColumn
asName string
isTryBracket bool
리턴 QColumn

DData() 보호된 메소드

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

QColumn() 공개 메소드

public QColumn ( ) : System
리턴 System

QColumn() 공개 메소드

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

_NEW_TEXT() 공개 메소드

public _NEW_TEXT ( ) : string
리턴 string

_OLD_TEXT() 공개 메소드

public _OLD_TEXT ( ) : string
리턴 string

this() 공개 메소드

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