Qualifies a column or table alias according to this provider's database type's rules regarding use of the AS keyword
'Declaration
Public MustOverride Function GetAsStatement( _
ByVal As String _
) As String
public abstract string GetAsStatement(
string
)
Parameters
- name
- The name of the column or table alias
Return Value
A string with or without the "AS" keyword as necessary for the underlying database type