C# Identifiers

Summary

C#-based identifiers are used for all built-in, referenced and user-defined C# objects, such as C# functions, methods, parameter names, user-defined operators, user-defined functions etc. They follow the C# definition of what a valid identifier is with the exception that U-SQL does not support the so called verbatim identifiers in C# (@ prefixed names).

See Also