DomainObjects Class Library

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

Query Class | DomainObjects.Facade.Command Namespace