After talking with Eric on this we determined there was no existing map to Convert the .NativeType to SslDbType. Since I was crying the loudest at the time
I took a few minutes and made the map.
NativeType-SqlDbTypeAlias.csmap
Hope this helps the community or at least saves some time.
Usage:
<%@ Map Name="SqlDbTypeAlias" Src="NativeType-SqlDbTypeAlias" Description="NativeType- to C# SqlDbTypeAlias Type Map" %>
SqlDbType.<%= SqlDbTypeAlias[SourceTable.NonPrimaryKeyColumns[iCount].NativeType] %>