C# Class Nustache.Core.DataRowValueGetter

Inheritance: ValueGetter
Show file Open project: jdiamond/Nustache

Public Methods

Method Description
DataRowValueGetter ( DataRow target, string name ) : System
GetValue ( ) : object

Method Details

DataRowValueGetter() public method

public DataRowValueGetter ( DataRow target, string name ) : System
target System.Data.DataRow
name string
return System

GetValue() public method

public GetValue ( ) : object
return object