MobileServiceContractResolver.ResolveTableName
Method
Definition
Returns a table name for a type and accounts for table renaming
via the DataContractAttribute, DataTableAttribute and/or the JsonObjectAttribute.
public virtual string ResolveTableName (Type type);
Parameters
- type
-
Type
The type for which to return the table name.
Returns