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

SetAccessorFactory.CreateSetAccessor Method 

Generate an ISetAccessor instance.

[Visual Basic]
NotOverridable Public Function CreateSetAccessor( _
   ByVal Type As Type, _
   ByVal String As String _
) As ISetAccessor _
    Implements ISetAccessorFactory.
[C#]
public ISetAccessor CreateSetAccessor(
   Type targetType,
   String name
);

Parameters

targetType
Target object type.
name
Field or Property name.

Return Value

null if the generation fail

Implements

ISetAccessorFactory.

See Also

SetAccessorFactory Class | IBatisNet.Common.Utilities.Objects.Members Namespace