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
)
  • field
    The field to retrieve.
  • FieldType
    The type of the field
Return Value FieldType FieldType