DomainObjects Class Library

Query.GetUpdatableFields Method 

Get the set of updatable ColumnFields to which this object, and any of its sub-types, maps. This list would exclude, for example, any primary key columns.

public IEnumerable<T> GetUpdatableFields();

Implements

ITableMappedObject.

See Also

Query Class | DomainObjects.Facade.Command Namespace