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

ObjectProbe.GetMemberTypeForSetter Method

Returns the type that the set expects to receive as a parameter when setting a member value.

Overload List

Returns the type that the set expects to receive as a parameter when setting a member value.

public static Type GetMemberTypeForSetter(Object,String);

Returns the type that the set expects to receive as a parameter when setting a member value.

public static Type GetMemberTypeForSetter(Type,String);

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace