string ValidateRequest( Guid clientToken, ClientRequestType requestType, string requestName, List<FieldDataDefinition> fieldList, string dataArea )
Parameters
- clientToken
- The unique ID of the connecting client.
- requestType
- The type of operation requested from the client.
- requestName
- The name of the method to execute or the full file name for data access.
- fieldList
- For a ClientRequestType.SelectRequest, ClientRequestType.InsertRequest, ClientRequestType.UpdateRequest operation a list of fields requested. for other operations this argument will be Null.
- dataArea
- For a ClientRequestType.InsertRequest, ClientRequestType.UpdateRequest, ClientRequestType.DeleteRequest, operations the actual data area being created.
Return Value
The method should return a null/Empty string for success or the exception to be thrown on the client