Creates condition based on the DataTypeLookupKey that will handle the Data Type Check feature. Most of the time, ICondition.ConditionCategory should be DataTypeCheck. Often you supply several conditions to cover different aspects of the data that may need correcting, so each can have its own error message. If your data type check needs the DataTypeCheckCondition in addition to others, return the DataTypeCheckCondition instance too.
An array of Condition instances to use or empty array auto-generation.
Generated using TypeDoc v0.25.12
For dataTypeLookupKey=LookupKey.Integer It adds DataTypeCheckCondition and IntegerCondition.