Click or drag to resize

DataActionName Property

The name of the data action to use. This value will be documented for each and every service contract that uses the DataAction name.

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Name { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ServiceExceptionThe following data action name is not valid
Remarks
Most data action names will start with the keyword 'SELECT' followed by a hyphen and either a noun or verb that descripts the simple query that it will be performing its operation on.

See Also