Click or drag to resize

DataFilterName Property

The name of the data filter to use. This value will be documented for each and every service contract that uses the DataFilter 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 filter name is not valid
Remarks
Most data filter names will start with the keyword 'BY' 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