C# Class CSConnect.cParameter

Datei anzeigen Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
getColumnType ( ) : CSDataBase.csDataType
getDefaultValue ( ) : String
getHasDefault ( ) : bool
getIsNullable ( ) : bool
getKey ( ) : String
getMaxLength ( ) : int
getName ( ) : String
getPosition ( ) : int
getValue ( ) : String
setColumnType ( CSDataBase rhs ) : void
setDefaultValue ( String rhs ) : void
setHasDefault ( bool rhs ) : void
setIsNullable ( bool rhs ) : void
setKey ( String rhs ) : void
setMaxLength ( int rhs ) : void
setName ( String rhs ) : void
setPosition ( int rhs ) : void
setValue ( String rhs ) : void

Method Details

getColumnType() public method

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

getDefaultValue() public method

public getDefaultValue ( ) : String
return String

getHasDefault() public method

public getHasDefault ( ) : bool
return bool

getIsNullable() public method

public getIsNullable ( ) : bool
return bool

getKey() public method

public getKey ( ) : String
return String

getMaxLength() public method

public getMaxLength ( ) : int
return int

getName() public method

public getName ( ) : String
return String

getPosition() public method

public getPosition ( ) : int
return int

getValue() public method

public getValue ( ) : String
return String

setColumnType() public method

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

setDefaultValue() public method

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

setHasDefault() public method

public setHasDefault ( bool rhs ) : void
rhs bool
return void

setIsNullable() public method

public setIsNullable ( bool rhs ) : void
rhs bool
return void

setKey() public method

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

setMaxLength() public method

public setMaxLength ( int rhs ) : void
rhs int
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

setValue() public method

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