Property | Type | Description | |
---|---|---|---|
GetEnumerator | IEnumerator |
Method | Description | |
---|---|---|
Add ( object value ) : int | ||
AddRange ( System values ) : void | ||
Clear ( ) : void | ||
Contains ( object value ) : bool | ||
Contains ( string value ) : bool | ||
CopyTo ( System array, int index ) : void | ||
IndexOf ( object value ) : int | ||
IndexOf ( string parameterName ) : int | ||
Insert ( int index, object value ) : void | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
RemoveAt ( string parameterName ) : void | ||
this ( int index ) : |
||
this ( string parameterName ) : |
Method | Description | |
---|---|---|
DbParameterCollection ( ) : System.ComponentModel | ||
GetParameter ( int index ) : |
||
GetParameter ( string parameterName ) : |
||
SetParameter ( int index, |
||
SetParameter ( string parameterName, |
||
this ( string parameterName ) : objectIDataParameterCollection.System.ComponentModel | ||
this ( int index ) : objectIList.System.ComponentModel |
Method | Description | |
---|---|---|
GetEnumerator ( ) : IEnumerator |
public abstract AddRange ( System values ) : void | ||
values | System | |
return | void |
public abstract Contains ( object value ) : bool | ||
value | object | |
return | bool |
public abstract Contains ( string value ) : bool | ||
value | string | |
return | bool |
public abstract CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
protected DbParameterCollection ( ) : System.ComponentModel | ||
return | System.ComponentModel |
protected abstract GetParameter ( int index ) : |
||
index | int | |
return |
protected abstract GetParameter ( string parameterName ) : |
||
parameterName | string | |
return |
public abstract IndexOf ( object value ) : int | ||
value | object | |
return | int |
public abstract IndexOf ( string parameterName ) : int | ||
parameterName | string | |
return | int |
public abstract Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public abstract Remove ( object value ) : void | ||
value | object | |
return | void |
public abstract RemoveAt ( int index ) : void | ||
index | int | |
return | void |
public abstract RemoveAt ( string parameterName ) : void | ||
parameterName | string | |
return | void |
protected abstract SetParameter ( int index, |
||
index | int | |
value | ||
return | void |
protected abstract SetParameter ( string parameterName, |
||
parameterName | string | |
value | ||
return | void |
public this ( string parameterName ) : |
||
parameterName | string | |
return |
protected this ( string parameterName ) : objectIDataParameterCollection.System.ComponentModel | ||
parameterName | string | |
return | objectIDataParameterCollection.System.ComponentModel |
protected this ( int index ) : objectIList.System.ComponentModel | ||
index | int | |
return | objectIList.System.ComponentModel |