last ...
This commit is contained in:
@@ -18,12 +18,6 @@ namespace xDataService.Constants {
|
||||
Description = "determines result should ignore soft deleted items or not ..."
|
||||
};
|
||||
|
||||
public static QueryArgument<BooleanGraphType> ContainsDetailArgument = new QueryArgument<BooleanGraphType> {
|
||||
Name = "containsDetail",
|
||||
DefaultValue = false,
|
||||
Description = "determines result should contains navigation properties or not ..."
|
||||
};
|
||||
|
||||
public static QueryArgument<StringGraphType> SearchQueryArgument = new QueryArgument<StringGraphType> {
|
||||
Name = "searchQuery",
|
||||
Description = "the value which had to looking for ..."
|
||||
|
||||
Reference in New Issue
Block a user