Click or drag to resize

LibExceptionMultiKeyOrNotGuidPrimaryKeysAreNotSupported Method

Thrown when a table has multiple column primary key.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static Exception MultiKeyOrNotGuidPrimaryKeysAreNotSupported(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: Exception
Exception
See Also