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

BaseAccessor.GetPropertyInfo Method 

Gets the property info.

[Visual Basic]
Protected Function GetPropertyInfo( _
   ByVal Type As Type _
) As PropertyInfo
[C#]
protected PropertyInfo GetPropertyInfo(
   Type target
);

Parameters

target
The target type.

Return Value

See Also

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