MobileServiceContractResolver.ResolveTableName(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
abstract member ResolveTableName : Type -> string
override this.ResolveTableName : Type -> string
Public Overridable Function ResolveTableName (type As Type) As String
Parameters
- type
- Type
The type for which to return the table name.
Returns
The table name.