Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

.NET Filter Fix

$
0
0

If you are having problems with the filters on the systemDemo code or using the APIDocs

Use 1 for "true" & 0 for "false"

I.e

Change SqlQuery query = new SqlQuery { Filter = "is_active=true", Fields = "*", Related = service_by_storage_service_id,role_by_user_to_app_to_role", };

To SqlQuery query = new SqlQuery { Filter = "is_active=1", Fields = "*"};


Viewing all articles
Browse latest Browse all 5028

Trending Articles