Property | Type | Description | |
---|---|---|---|
AccountsTableAdapter | |||
Fill | int | ||
FillBy | int | ||
GetData | AccountDataset.AccountsDataTable | ||
GetDataBy | AccountDataset.AccountsDataTable | ||
InitAdapter | void | ||
InitCommandCollection | void | ||
InitConnection | void |
Method | Description | |
---|---|---|
FillByWhereClause ( AccountDataset dataTable, string whereClause, System parameters ) : int |
Method | Description | |
---|---|---|
AccountsTableAdapter ( ) | ||
Fill ( AccountDataset dataTable ) : int | ||
FillBy ( AccountDataset dataTable, string ID ) : int | ||
GetData ( ) : AccountDataset.AccountsDataTable | ||
GetDataBy ( string ID ) : AccountDataset.AccountsDataTable | ||
InitAdapter ( ) : void | ||
InitCommandCollection ( ) : void | ||
InitConnection ( ) : void |
public FillByWhereClause ( AccountDataset dataTable, string whereClause, System parameters ) : int | ||
dataTable | AccountDataset | |
whereClause | string | |
parameters | System | |
return | int |