Support mapping [String].Split() to SQL 2016's STRING_SPLIT
SQL 2016 supports built-in function STRING_SPLIT().
This function corresponds to .net [String].Split(char).
Please enable mapping from C# to SQL when calling .Split() on a string.
4
votes
Henry
shared this idea