| DataSourceControllerGetDataSetWithDefaultParameters Method |
Executes GetDataSet method with the following parameters applied
- activeUserId
- oisId
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual DataTable GetDataSetWithDefaultParameters(
string dataSourceName,
Dictionary<string, Object> dataSourceParameters = null
)
Parameters
- dataSourceName
- Type: SystemString
- dataSourceParameters (Optional)
- Type: System.Collections.GenericDictionaryString, Object
Return Value
Type:
DataTable
See Also