DomainObjects Class Library

ScalarQuery.HasAnyComputedPrimaryKeyColumns Method 

Determines whether this table mapped object has any computed primary key columns.

public bool HasAnyComputedPrimaryKeyColumns();

Return Value

true if this table mapped object has any computed primary key columns; otherwise, false.

Implements

ITableMappedObject.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace