2.325.8 DataSet.KanatypeSensitivity

The DataSet.KanatypeSensitivity element specifies whether data in a DataSet is kanatype-sensitive. This element is optional. If this element is present, its value MUST be one of the following:

Auto (default): The kanatype-sensitivity setting is autoderived by querying the data provider. If the data provider does not support autoderivation, the value is interpreted as false.

True: Data in the dataset is kanatype-sensitive.

False: Data in the dataset is kanatype-insensitive.

If this element is not present, its value is interpreted as "Auto".

Following is the parent element of the DataSet.KanatypeSensitivity element.

Parent elements

DataSet

The following is the XML Schema definition of the DataSet.KanatypeSensitivity element.

 <xsd:element name="KanatypeSensitivity" minOccurs="0">
   <xsd:simpleType>
     <xsd:restriction base="xsd:string">
       <xsd:enumeration value="True" />
       <xsd:enumeration value="False" />
       <xsd:enumeration value="Auto" />
     </xsd:restriction>
   </xsd:simpleType>
 </xsd:element>