프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetOutValues | void | ||
_cultureAwareCompare | int | ||
this | objectIDataParameterCollection.System |
메소드 | 설명 | |
---|---|---|
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 ) : |
메소드 | 설명 | |
---|---|---|
GetOutValues ( ) : void | ||
_cultureAwareCompare ( string strA, string strB ) : int | ||
this ( string index ) : objectIDataParameterCollection.System |
public Add ( string paramName, DB2Type type ) : |
||
paramName | string | |
type | DB2Type | |
리턴 |
public Add ( string paramName, DB2Type dbType, int size ) : |
||
paramName | string | |
dbType | DB2Type | |
size | int | |
리턴 |
public Add ( string paramName, DB2Type dbType, int size, string sourceColumn ) : |
||
paramName | string | |
dbType | DB2Type | |
size | int | |
sourceColumn | string | |
리턴 |
public Add ( string paramName, object value ) : |
||
paramName | string | |
value | object | |
리턴 |