Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckAllDataForColumnType method

SqlScriptSaveOptions::SetCheckAllDataForColumnType method

Check all data to find columns’ data type.

void Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckAllDataForColumnType(bool value)

Remarks

The default value is false, we only check the first row for performance. If this property is true and the columns contains mixed value type, the columns’ type will be text.

See Also