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

DomSqlMapBuilder.ApplyDataMapperNamespacePrefix Method 

Apply the dataMapper namespace prefix

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

Parameters

elementName

Return Value

See Also

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace