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

EmitFieldGetAccessor.Get Method 

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

[Visual Basic]
NotOverridable Public Function Get( _
   ByVal Object As Object _
) As Object _
    Implements IGet.
[C#]
public object Get(
   Object target
);

Parameters

target
Object to retrieve the field from.

Return Value

The value.

Implements

IGet.

See Also

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