Property | Type | Description | |
---|---|---|---|
GetOutValues | void | ||
_cultureAwareCompare | int | ||
this | objectIDataParameterCollection.System |
Method | Description | |
---|---|---|
Add ( |
||
Add ( string paramName, DB2Type type ) : |
||
Add ( string paramName, DB2Type dbType, int size ) : |
||
Add ( string paramName, DB2Type dbType, int size, string sourceColumn ) : |
||
Add ( string paramName, object value ) : |
||
Add ( object obj ) : int | ||
Contains ( string paramName ) : bool | ||
IndexOf ( string paramName ) : int | ||
RemoveAt ( string paramName ) : void | ||
this ( int index ) : |
||
this ( string index ) : |
Method | Description | |
---|---|---|
GetOutValues ( ) : void | ||
_cultureAwareCompare ( string strA, string strB ) : int | ||
this ( string index ) : objectIDataParameterCollection.System |
public Add ( |
||
value | ||
return |
public Add ( string paramName, DB2Type type ) : |
||
paramName | string | |
type | DB2Type | |
return |
public Add ( string paramName, DB2Type dbType, int size ) : |
||
paramName | string | |
dbType | DB2Type | |
size | int | |
return |
public Add ( string paramName, DB2Type dbType, int size, string sourceColumn ) : |
||
paramName | string | |
dbType | DB2Type | |
size | int | |
sourceColumn | string | |
return |
public Add ( string paramName, object value ) : |
||
paramName | string | |
value | object | |
return |