C# Class CSConnect.cColumnInfo

显示文件 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
getColumnType ( ) : CSDataBase.csDataType
getKey ( ) : String
getName ( ) : String
getPosition ( ) : int
setColumnType ( CSDataBase rhs ) : void
setKey ( String rhs ) : void
setName ( String rhs ) : void
setPosition ( int rhs ) : void

Method Details

getColumnType() public method

public getColumnType ( ) : CSDataBase.csDataType
return CSDataBase.csDataType

getKey() public method

public getKey ( ) : String
return String

getName() public method

public getName ( ) : String
return String

getPosition() public method

public getPosition ( ) : int
return int

setColumnType() public method

public setColumnType ( CSDataBase rhs ) : void
rhs CSDataBase
return void

setKey() public method

public setKey ( String rhs ) : void
rhs String
return void

setName() public method

public setName ( String rhs ) : void
rhs String
return void

setPosition() public method

public setPosition ( int rhs ) : void
rhs int
return void