M

Entity.Get``1

Description:
Retrieves the value of the field in the entity.
Remarks:

The template parameter must match the type of the field (specified when creating the Schema) exactly; this method does not perform data type conversions. The types for containers are IList for arrays and IDictionary for maps.

Overloads (4):
public FieldType Get<FieldType>(
	Field field
)
Return Value FieldType