MobileServiceSystemColumns
MobileServiceSystemColumns
MobileServiceSystemColumns
Class
Definition
Name of system columns on a Mobile Service table.
public static class MobileServiceSystemColumns
type MobileServiceSystemColumns = class
Public Class MobileServiceSystemColumns
- Inheritance
Fields
CreatedAt CreatedAt CreatedAt |
The createdAt column on a Mobile Service table. |
Deleted Deleted Deleted |
The deleted colum on a Mobile Service table. |
Id Id Id |
The id column on a Mobile Service table. |
UpdatedAt UpdatedAt UpdatedAt |
The updatedAt column on a Mobile Service table. |
Version Version Version |
The version column on a Mobile Service table. |
Extension Methods
IsDefined(Object) IsDefined(Object) IsDefined(Object) |
Determines if a certain property is defined or not. |
IsNull(Object) IsNull(Object) IsNull(Object) |
Determines if a certain property is null or not. |
IsPrimitive(Object) IsPrimitive(Object) IsPrimitive(Object) |
Determines if a certain property is of premitive JSON type. |