====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType ====== {{section>upgrade_map_suite_to_10.0}} This enumeration represents the column type in the DBF. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType == Items == **Null** * **Summary**:Null **String** * **Summary**:A string type. **Double** * **Summary**:8 byte numeric type. **Logical** * **Summary**:1 byte to include: ? - Default Y,y - Yes N,n - No F,f - False T,t - True **Integer** * **Summary**:8 byte numeric type. **Memo** * **Summary**:10 digit pointer to memo file. **Date** * **Summary**:Date in the format of YYYYMMDD **Long** * **Summary**:4 bytes. Leftmost bit used to indicate sign, 0 negative.