RecognizeDateFields
To recognize the date fields.
データ型
string
デフォルト値
""
解説
Comma-separated values(columnName/tableName.columnName) which will be treated as DATE instead of DATETIME by the driver. Example: RecognizeDateFields="StartDate,Accounts.EndDate", this will ensure that StartDate columns for all the tables and EndDate column for Accounts table will be treated as DATE instead of DATETIME.