After generating the entities, I have tries to compile the code and it threw an error on EntityClass at this method
public bool TestOriginalFieldValueForNull(ClientHoldHistFieldIndex fieldIndex)
{
return base.Fields[(int)fieldIndex].IsNull;
}
saying that
EntityClasses\ClientHoldHistEntity.cs(381): The type or namespace name 'ClientHoldHistFieldIndex' could not be found (are you missing a using directive or an assembly reference?)
what would it couse this problem?