TechTalk Genome v4.2

ReferenceQueryField.GetFieldType Method 

Gets the type of the persistent reference property filtered by the ReferenceQueryField.

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 QueryForm control by traversing the control hierarchy to retrieve the type information if the FieldTypeName property is not specified.

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

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