SqlCeFunctions.Space Method (Nullable<Int32>)
Returns a string of repeated spaces.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg1")] [DbFunctionAttribute("SqlServerCe", "SPACE")] public static string Space( Nullable<int> arg1 )
Parameters
- arg1
-
Type:
System.Nullable<Int32>
The number of spaces. If negative, a null string is returned.