SqlCeFunctions.NChar Method (Nullable<Int32>)
Returns the Unicode character with the specified integer code, as defined by the Unicode standard.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
[DbFunctionAttribute("SqlServerCe", "NCHAR")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static string NChar( Nullable<int> arg )
Parameters
- arg
-
Type:
System.Nullable<Int32>
A character code.