iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DomSqlMapBuilder.ApplyMappingNamespacePrefix Method 

Apply the provider namespace prefix

[Visual Basic]
Public Shared Function ApplyMappingNamespacePrefix( _
   ByVal String As String _
) As String
[C#]
public static string ApplyMappingNamespacePrefix(
   String elementName
);

Parameters

elementName

Return Value

See Also

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace