DomainObjects Class Library

ScalarQuery.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

ScalarQuery Class | DomainObjects.Facade.Command Namespace