Function GetSqlMap( _ ByVal type As Type, _ ByVal sql As String, _ ByVal record As Dictionary(Of String,Object) _ ) As Table
Dim instance As IAutoMap Dim type As Type Dim sql As String Dim record As Dictionary(Of String,Object) Dim value As Table value = instance.GetSqlMap(type, sql, record)
Parameters
- type
 - The type of the class
 - sql
 - The SQL text to execute
 - record
 - The record to map