TechTalk Genome v4.2

GenomeReferenceField.GetFieldType Method 

Gets the type of the persistent reference property bound to the field.

protected virtual Type GetFieldType(
   Control fieldControl
);

Parameters

fieldControl
A Control object of the field that can be used to access the control hierarchy.

Return Value

A Type representing the type of the persistent reference property bound to the field.

Remarks

Please note that the method attempts to find the GenomeDataSource control associated with the data-bound control by traversing the control hierarchy to retrieve the type information, if the FieldTypeName property is not speicified.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeReferenceField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace