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

ResultProperty.Initialize Method 

Initialize the PropertyInfo of the result property.

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

Parameters

configScope
resultClass

See Also

ResultProperty Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace