DomainObjects Class Library

Field.GetField Method 

Retrieves the field with the given key from the AppDomain cache. See a usage example at FieldCaching().

public static Field GetField(
   String key
);

Parameters

key
The field key.

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace