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

Discriminator.SetMapping Method 

Initilaize the underlying mapping

[Visual Basic]
Public Sub SetMapping( _
   ByVal ConfigurationScope As ConfigurationScope, _
   ByVal Type As Type _
)
[C#]
public void SetMapping(
   ConfigurationScope configScope,
   Type resultClass
);

Parameters

configScope
resultClass

See Also

Discriminator Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace