SqlScriptSaveOptions.CheckAllDataForColumnType

SqlScriptSaveOptions.CheckAllDataForColumnType property

Check all data to find columns’ data type.

public bool CheckAllDataForColumnType { get; set; }

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