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

IGet.Get Method 

Gets the value stored in the field/property for the specified target.

[Visual Basic]
Function Get( _
   ByVal Object As Object _
) As Object
[C#]
object Get(
   Object target
);

Parameters

target
Object to retrieve the field/property from.

Return Value

The value.

See Also

IGet Interface | IBatisNet.Common.Utilities.Objects.Members Namespace