DomainObjects Class Library

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

Query Class | DomainObjects.Facade.Command Namespace