The function '{0}' has the parameter '{1}' at the parameter index {2} that has the data type '{3}' which is not supported for the target .NET Framework version. The function was excluded from the model. To use the data type '{0}', target the .NET Framework 4.5 or higher.
The function '{0}' has a parameter '{1}' at parameter index {2} that has a data type '{3}' which is currently not supported ...
The function '{0}' has a parameter '{1}' that has a parameter direction value '{2}', which is not valid. Please use 'IN', ...
The function '{0}' has a return data type '{1}' that is currently not supported for the target .NET Framework version. The ...
The function '{0}' has no defining expression. A user-defined function needs a defining expression for successful execution. ...
The function '{0}' has the parameter '{1}' at the parameter index {2} that has the data type '{3}' which is not supported ...
The function '{0}' returns the data type '{1}' that is not supported for the target .NET Framework version. The function ...
The function import '{0}' can be mapped only to a store function that returns rows with one column. The store function '{1}' ...
The function import '{0}' has a parameter of a collection or reference type. Parameters of a collection or reference type ...
The function import '{0}' is declared as composable and side-effecting. A function import can be either composable or side-effecting, ...