Method | Description | |
---|---|---|
CreateDataObjectInstance ( ) : object | ||
DataSourceWrapper ( object methodProvider ) : System | ||
Delete ( IDictionary keys ) : void | ||
GetDataFromSource ( object parametes ) : object | ||
GetDeleteMethod ( ) : |
||
GetInsertMethod ( ) : |
||
GetSelectMethod ( int parameterCount ) : |
||
GetUpdateMethod ( ) : |
||
Insert ( object obj ) : void | ||
Invoke ( |
||
Select ( IDictionary keys ) : object | ||
Update ( object obj ) : void |
Method | Description | |
---|---|---|
GetMethod ( string methodName, DataObjectMethodType methodType, int parametersCount ) : |
public DataSourceWrapper ( object methodProvider ) : System | ||
methodProvider | object | |
return | System |
public GetDataFromSource ( object parametes ) : object | ||
parametes | object | |
return | object |
public GetDeleteMethod ( ) : |
||
return |
public GetInsertMethod ( ) : |
||
return |
public GetSelectMethod ( int parameterCount ) : |
||
parameterCount | int | |
return |
public GetUpdateMethod ( ) : |
||
return |
public Invoke ( |
||
method | ||
parameters | object | |
return | object |