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
Syntaxpublic static Exception MultiKeyOrNotGuidPrimaryKeysAreNotSupported(
string tableName
)
Public Shared Function MultiKeyOrNotGuidPrimaryKeysAreNotSupported (
tableName As String
) As Exception
public:
static Exception^ MultiKeyOrNotGuidPrimaryKeysAreNotSupported(
String^ tableName
)
static member MultiKeyOrNotGuidPrimaryKeysAreNotSupported :
tableName : string -> Exception
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
ExceptionException
See Also