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

ConfigurationScope.ApplyNamespace Method 

Register under Statement Name or Fully Qualified Statement Name

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

Parameters

id
An Identity

Return Value

The new Identity

See Also

ConfigurationScope Class | IBatisNet.DataMapper.Scope Namespace