EntityTableSqlGenerator.GetTableColumnType(ColumnModel) Method

Definition

protected virtual Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType GetTableColumnType (System.Data.Entity.Migrations.Model.ColumnModel columnModel);
abstract member GetTableColumnType : System.Data.Entity.Migrations.Model.ColumnModel -> Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType
override this.GetTableColumnType : System.Data.Entity.Migrations.Model.ColumnModel -> Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType
Protected Overridable Function GetTableColumnType (columnModel As ColumnModel) As TableColumnType

Parameters

columnModel
ColumnModel

Returns

Applies to