QueryCheckSystemandSubjectsValid Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CheckSystemandSubjectsValid(
Systems Systems,
ref Exception exception
)
Public Function CheckSystemandSubjectsValid (
Systems As Systems,
ByRef exception As Exception
) As Boolean
public:
virtual bool CheckSystemandSubjectsValid(
Systems^ Systems,
Exception^% exception
) sealed
function CheckSystemandSubjectsValid(Systems, exception);
Parameters
- Systems
- Type: DataPA.Utils.QueryEngineSystems
- exception
- Type: SystemException
Return Value
Type:
BooleanSee Also