C# 클래스 IBM.Data.DB2.DB2ParameterCollection

상속: System.Collections.ArrayList, IDataParameterCollection
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
GetOutValues void
_cultureAwareCompare int
this objectIDataParameterCollection.System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetOutValues ( ) : void
_cultureAwareCompare ( string strA, string strB ) : int
this ( string index ) : objectIDataParameterCollection.System

메소드 상세

Add() 공개 메소드

public Add ( DB2Parameter value ) : DB2Parameter
value DB2Parameter
리턴 DB2Parameter

Add() 공개 메소드

public Add ( string paramName, DB2Type type ) : DB2Parameter
paramName string
type DB2Type
리턴 DB2Parameter

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

public Add ( string paramName, object value ) : DB2Parameter
paramName string
value object
리턴 DB2Parameter

Add() 공개 메소드

public Add ( object obj ) : int
obj object
리턴 int

Contains() 공개 메소드

public Contains ( string paramName ) : bool
paramName string
리턴 bool

IndexOf() 공개 메소드

public IndexOf ( string paramName ) : int
paramName string
리턴 int

RemoveAt() 공개 메소드

public RemoveAt ( string paramName ) : void
paramName string
리턴 void

this() 공개 메소드

public this ( int index ) : DB2Parameter
index int
리턴 DB2Parameter

this() 공개 메소드

public this ( string index ) : DB2Parameter
index string
리턴 DB2Parameter