Values_1.DataTableSearchCriteriaA data table search criteria.
type nonrec t = {orConditions : DataTableSearchConditionList.t option;The criteria's or conditions.
*)andConditions : DataTableSearchConditionList.t option;The criteria's and conditions.
*)stringCondition : Values_0.StringCondition.t option;}val make :
?orConditions:DataTableSearchConditionList.t ->
?andConditions:DataTableSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
unit ->
t