Click or drag to resize

MapperPopulateFromPage Method

Called by base class when the mapper should populate its field values from the bound controls on the page. Since this mapper class has no UI, it does not populate from page.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void PopulateFromPage(
	Page pg
)

Parameters

pg
Type: System.Web.UIPage
The page from which to populate.
See Also