London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ISourceValue

Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public interface ISourceValue

Methods

GetValue(DataRow, DataColumn, List<MappedObject>)

Declaration
object GetValue(DataRow row, DataColumn column, List<MappedObject> mappedObjectList)
Parameters
Type Name Description
System.Data.DataRow row
System.Data.DataColumn column
System.Collections.Generic.List<MappedObject> mappedObjectList
Returns
Type Description
System.Object

Initialize(NameValueCollection)

Declaration
void Initialize(NameValueCollection param)
Parameters
Type Name Description
System.Collections.Specialized.NameValueCollection param