DomainObjects Class Library

ScalarQuery.GetInsertableFields Method 

Get the set of insertable Fields to which this object, and any of its sub-types, maps. This is the set of ColumnFields that are populated by the middle tier when a row is inserted into the database.

public IEnumerable<T> GetInsertableFields();

Implements

ITableMappedObject.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace