C# Class IBM.Data.DB2.DB2ParameterCollection

Inheritance: System.Collections.ArrayList, IDataParameterCollection
Show file Open project: runefs/Marvin

Private Properties

Property Type Description
GetOutValues void
_cultureAwareCompare int
this objectIDataParameterCollection.System

Public Methods

Method Description
Add ( DB2Parameter value ) : DB2Parameter
Add ( string paramName, DB2Type type ) : DB2Parameter
Add ( string paramName, DB2Type dbType, int size ) : DB2Parameter
Add ( string paramName, DB2Type dbType, int size, string sourceColumn ) : DB2Parameter
Add ( string paramName, object value ) : DB2Parameter
Add ( object obj ) : int
Contains ( string paramName ) : bool
IndexOf ( string paramName ) : int
RemoveAt ( string paramName ) : void
this ( int index ) : DB2Parameter
this ( string index ) : DB2Parameter

Private Methods

Method Description
GetOutValues ( ) : void
_cultureAwareCompare ( string strA, string strB ) : int
this ( string index ) : objectIDataParameterCollection.System

Method Details

Add() public method

public Add ( DB2Parameter value ) : DB2Parameter
value DB2Parameter
return DB2Parameter

Add() public method

public Add ( string paramName, DB2Type type ) : DB2Parameter
paramName string
type DB2Type
return DB2Parameter

Add() public method

public Add ( string paramName, DB2Type dbType, int size ) : DB2Parameter
paramName string
dbType DB2Type
size int
return DB2Parameter

Add() public method

public Add ( string paramName, DB2Type dbType, int size, string sourceColumn ) : DB2Parameter
paramName string
dbType DB2Type
size int
sourceColumn string
return DB2Parameter

Add() public method

public Add ( string paramName, object value ) : DB2Parameter
paramName string
value object
return DB2Parameter

Add() public method

public Add ( object obj ) : int
obj object
return int

Contains() public method

public Contains ( string paramName ) : bool
paramName string
return bool

IndexOf() public method

public IndexOf ( string paramName ) : int
paramName string
return int

RemoveAt() public method

public RemoveAt ( string paramName ) : void
paramName string
return void

this() public method

public this ( int index ) : DB2Parameter
index int
return DB2Parameter

this() public method

public this ( string index ) : DB2Parameter
index string
return DB2Parameter