SqlFuncs Class
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Mobile.Service.SqlFuncs
Syntax
public static class SqlFuncs
public ref class SqlFuncs abstract sealed
[<AbstractClass>]
[<Sealed>]
type SqlFuncs = class end
Public NotInheritable Class SqlFuncs
Methods
Name | Description | |
---|---|---|
StringConvert(Nullable<Double>) | Returns character data converted from numeric data. |
|
StringConvert(Nullable<Double>, Nullable<Int32>) | Returns character data converted from numeric data. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top